forked from External/greenlight
Added controller/view for landing page
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user