Flowdock
method

respond_to_missing?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActionDispatch::Integration::Runner
respond_to_missing?(method, _) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 390
      def respond_to_missing?(method, _)
        integration_session.respond_to?(method) || super
      end
Register or log in to add new notes.