method
normalize_path
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper
normalize_path(path)public
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.