Merge branch 'master' into user_openid_management
This commit is contained in:
commit
2e922650a7
22 changed files with 426 additions and 30 deletions
|
|
@ -20,6 +20,7 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :admin do
|
||||
resources :organizations
|
||||
resources :users do
|
||||
member do
|
||||
patch :toggle_confirmation
|
||||
|
|
@ -104,7 +105,7 @@ 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]
|
||||
resources :conferences, only: [:index, :show] do
|
||||
resource :program, only: [] do
|
||||
resources :proposals, except: :destroy do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue