method

matches?

rails latest stable - Class: ActionDispatch::Routing::Endpoint
matches?(req)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/endpoint.rb, line 8
      def matches?(req);  true; end