method

respond_to_missing?

respond_to_missing?(method, _)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 28
      def respond_to_missing?(method, _)
        super || @helpers.respond_to?(method)
      end