method
path_ast
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping
path_ast(path)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 349
def path_ast(path)
parser = Journey::Parser.new
parser.parse path
end