method

match_routes

rails latest stable - Class: ActionDispatch::Journey::Router

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

match_routes(routes, req)
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/router.rb, line 148
        def match_routes(routes, req)
          routes.select { |r| r.matches?(req) }
        end