Merge branch 'master' into custom-domain
This commit is contained in:
commit
e3d41bcf7d
30 changed files with 271 additions and 21 deletions
|
|
@ -24,7 +24,13 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :admin do
|
||||
resources :organizations
|
||||
resources :organizations do
|
||||
member do
|
||||
get :admins
|
||||
post :assign_org_admins
|
||||
delete :unassign_org_admins
|
||||
end
|
||||
end
|
||||
resources :users do
|
||||
member do
|
||||
patch :toggle_confirmation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue