class
ActionDispatch::Routing::Mapper::Mapping
v3.2.8 -
Show latest stable
- Superclass: Object
No documentation available for this class.
Constants
ANCHOR_CHARACTERS_REGEX = %r{\\A(\\\\A|\\^)|(\\\\Z|\\\\z|\\$)\\Z}
IGNORE_OPTIONS = [:to, :as, :via, :on, :constraints, :defaults, :only, :except, :anchor, :shallow, :shallow_path, :shallow_prefix]
SHORTHAND_REGEX = %r{/[\\w/]+$}
WILDCARD_PATH = %r{\\*([^/\\)]+)\\)?$}
Files
- actionpack/lib/action_dispatch/routing/mapper.rb