method

respond_to_missing?

respond_to_missing?(name, _)
private

No documentation available.

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