class ActionDispatch::Journey::Router

def match_routes(routes, req)

def match_routes(routes, req)
  routes.select { |r| r.matches?(req) }
end