amaysim_crap/config/routes.rb
2017-08-30 14:34:48 +10:00

8 lines
249 B
Ruby

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