Method: ActiveInteractor::Interactor::Context::ClassMethods#context_respond_to_without_attributes?
- Defined in:
- lib/active_interactor/interactor/context.rb
#context_respond_to_without_attributes?(method, include_private_methods = false) ⇒ Object
Call .respond_to_without_attributes? on the interactor class' context class
42 |
# File 'lib/active_interactor/interactor/context.rb', line 42 delegate :attributes, :attribute_missing, :respond_to_without_attributes?, to: :context_class, prefix: :context |