method

respond_to?

respond_to?(method, include_private = false)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 21
      def respond_to?(method, include_private = false)
        super || routes.url_helpers.respond_to?(method)
      end