Create Splash Page using existing routes as Conference#Show
This commit is contained in:
parent
5f6ab4f7ee
commit
1c152c87ab
6 changed files with 90 additions and 49 deletions
|
|
@ -51,7 +51,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue