This commit is contained in:
Gopesh Tulsyan 2014-05-19 15:03:52 +00:00
commit 830193bdca
6 changed files with 26 additions and 2 deletions

View file

@ -66,7 +66,7 @@ Osem::Application.routes.draw do
end
end
resources :conference, :only => [] do
resources :conference, only: [:show] do
resources :proposal do
resources :event_attachment, :controller => "event_attachments"
patch "/confirm" => "proposal#confirm"