Deployment-app-for-cloud-ho.../config/routes.rb
2017-08-30 10:57:37 +10:00

8 lines
216 B
Ruby

Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
get '/contact', to: 'pages#contact'
get '/homepage', to: 'pages#homepage'
end