greenlight/config/routes.rb
2016-10-14 11:59:21 -04:00

7 lines
210 B
Ruby

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