method

respond_to_missing?

respond_to_missing?(name, _)
private

No documentation available.

# File activesupport/lib/active_support/current_attributes.rb, line 182
        def respond_to_missing?(name, _)
          instance.respond_to?(name) || super
        end