added user_propsals to show all talks irrespective of conference

closes #1810
This commit is contained in:
ViditChitkara 2017-12-20 23:02:18 +05:30
parent 8442eb813f
commit 0fdef06ebf
6 changed files with 112 additions and 0 deletions

View file

@ -149,12 +149,17 @@ 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
end
end
resources :conferences, only: [:index, :show] do
collection do
get :user_proposals
end
resources :booths do
member do
patch :withdraw