mirror of
https://github.com/kingomarnajjar/amaysim_crap.git
synced 2026-07-25 22:27:25 +10:00
8 lines
249 B
Ruby
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
|