Class ActionDispatch::Routing::Mapper
In: lib/action_dispatch/routing/mapper.rb
Parent: Object

Methods

Included Modules

Base HttpHelpers Scoping Resources Shorthand

Classes and Modules

Module ActionDispatch::Routing::Mapper::Base
Module ActionDispatch::Routing::Mapper::HttpHelpers
Module ActionDispatch::Routing::Mapper::Resources
Module ActionDispatch::Routing::Mapper::Scoping
Module ActionDispatch::Routing::Mapper::Shorthand

Public Class methods

Invokes Rack::Mount::Utils.normalize path and ensure that (:locale) becomes (/:locale) instead of /(:locale). Except for root cases, where the latter is the correct one.

[Validate]