Method: ActiveInteractor::Interactor::Context::ClassMethods#context_attribute_missing
- Defined in:
- lib/active_interactor/interactor/context.rb
#context_attribute_missing(match, *args, &block) ⇒ Object
Call .attribute_missing 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 |