Fixes to splash page view&controller
This commit is contained in:
parent
047c1dd288
commit
65152f8753
8 changed files with 37 additions and 4 deletions
|
|
@ -46,8 +46,7 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :conference, :only => [] do
|
||||
get '/show' => 'conference#show'
|
||||
resources :conference, :only => [:show] do
|
||||
resources :proposal do
|
||||
resources :event_attachment, :controller => "event_attachments"
|
||||
put "/confirm" => "proposal#confirm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue