Added controller/view for landing page

This commit is contained in:
jfederico
2016-10-14 11:59:21 -04:00
parent a15bf5b3a9
commit c318d7c5d8
7 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Rails.application.routes.draw do
get 'meeting(/:id)', to: 'landing#index'
root to: 'landing#index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end