method
path
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping
path()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 192
def path
Journey::Path::Pattern.new(@ast, requirements, JOINED_SEPARATORS, @anchor)
end