Merge pull request #148 from gopesht/splash_page
Create view for splash page from existing routes
This commit is contained in:
commit
322ddd1501
8 changed files with 37 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
Osem::Application.routes.draw do
|
||||
|
||||
get 'conference/show'
|
||||
|
||||
devise_for :users, :controllers => { :registrations => :registrations }, :path => 'accounts'
|
||||
|
||||
namespace :admin do
|
||||
|
|
@ -62,7 +64,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