method
filter_routes
v6.1.7.7 -
Show latest stable
- Class:
ActionDispatch::Journey::Router
filter_routes(path)private
No documentation available.
# File actionpack/lib/action_dispatch/journey/router.rb, line 104
def filter_routes(path)
return [] unless ast
simulator.memos(path) { [] }
end