method

match_routes

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