suggested changes

This commit is contained in:
shlok007 2017-06-06 20:04:39 +05:30
parent ac85bad9b3
commit 3fb316482c
10 changed files with 176 additions and 110 deletions

View file

@ -103,7 +103,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
resources :organizations, only: [:index]
resources :conferences, only: [:index, :show] do
resource :program, only: [] do
resources :proposals, except: :destroy do