Drop Organization Feature
This commit is contained in:
parent
dc1a6a4363
commit
275be8c80a
28 changed files with 22 additions and 402 deletions
|
|
@ -23,13 +23,6 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :admin do
|
||||
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
|
||||
|
|
@ -150,11 +143,6 @@ Osem::Application.routes.draw do
|
|||
get '/revision_history/:id/revert_object' => 'versions#revert_object', as: 'revision_history_revert_object'
|
||||
get '/revision_history/:id/revert_attribute' => 'versions#revert_attribute', as: 'revision_history_revert_attribute'
|
||||
end
|
||||
resources :organizations, only: [:index] do
|
||||
member do
|
||||
get :conferences, 'code-of-conduct'
|
||||
end
|
||||
end
|
||||
resources :conferences, only: [:index, :show] do
|
||||
resources :booths do
|
||||
member do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue