method
match_routes
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Router
match_routes(routes, req)private
No documentation available.
# File actionpack/lib/action_dispatch/journey/router.rb, line 139
def match_routes(routes, req)
routes.select { |r| r.matches?(req) }
end