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