class
ActionDispatch::Routing::Mapper::Mapping
rails latest stable
- Superclass: Object
No documentation available for this class.
Constants
ANCHOR_CHARACTERS_REGEX = %r{\\A(\\\\A|\\^)|(\\\\Z|\\\\z|\\$)\\Z}
JOINED_SEPARATORS = SEPARATORS.join # :nodoc:
OPTIONAL_FORMAT_REGEX = %r{(?:\\(\\.:format\\)+|\\.:format|/)\\Z}
Attributes
| [R] | ast |
| [R] | default_action |
| [R] | default_controller |
| [R] | defaults |
| [R] | path |
| [R] | required_defaults |
| [R] | requirements |
| [R] | scope_options |
| [R] | to |
Files
- actionpack/lib/action_dispatch/routing/mapper.rb