add: user and organization merge show api

This commit is contained in:
2021-08-25 16:14:41 +08:00
parent 40c6425aee
commit 039779339a
4 changed files with 81 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ Rails.application.routes.draw do
put 'commons/unhidden', to: 'commons#unhidden'
delete 'commons/delete', to: 'commons#delete'
resources :owners, only: [:index]
resources :owners, only: [:index, :show]
scope module: :organizations do
resources :organizations, except: [:edit, :new] do