Merge pull request #148 from gopesht/splash_page

Create view for splash page from existing routes
This commit is contained in:
Gopesh Tulsyan 2014-05-20 19:39:23 +05:30
commit 322ddd1501
8 changed files with 37 additions and 1 deletions

View file

@ -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"