Namespace
- MODULE ActionDispatch::Routing::Mapper::Base
- MODULE ActionDispatch::Routing::Mapper::Concerns
- MODULE ActionDispatch::Routing::Mapper::CustomUrls
- MODULE ActionDispatch::Routing::Mapper::HttpHelpers
- MODULE ActionDispatch::Routing::Mapper::Resources
- MODULE ActionDispatch::Routing::Mapper::Scoping
Methods
Included Modules
- ActionDispatch::Routing::Mapper::Base
- ActionDispatch::Routing::Mapper::HttpHelpers
- ActionDispatch::Routing::Redirection
- ActionDispatch::Routing::Mapper::Scoping
- ActionDispatch::Routing::Mapper::Concerns
- ActionDispatch::Routing::Mapper::Resources
- ActionDispatch::Routing::Mapper::CustomUrls
Constants
URL_OPTIONS | = | [:protocol, :subdomain, :domain, :host, :port] |
Class Public methods
normalize_name(name)
Link
normalize_path(path)
Link
Invokes Journey::Router::Utils.normalize_path and ensure that (:locale) becomes (/:locale) instead of /(:locale). Except for root cases, where the latter is the correct one.