class
ActionDispatch::Routing::Mapper::Mapping
v4.0.2 -
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, :format]
WILDCARD_PATH = %r{\\*([^/\\)]+)\\)?$}
Attributes
| [R] | conditions |
| [R] | defaults |
| [R] | options |
| [R] | path |
| [R] | requirements |
| [R] | scope |
Files
- actionpack/lib/action_dispatch/routing/mapper.rb