Namespace
Methods
Constants
| Routes | = | ActionDispatch::Routing::RouteSet.new.tap do |app| app.draw do scope module: 'test_path_parameters' do scope ':locale', locale: /en|ar/ do root to: 'home#index' get '/about', to: 'pages#about' end end get ':controller(/:action/(:id))' end end |
| APP | = | build_app Routes |
Instance Public methods
app()
Link