Method: ActiveInteractor::Interactor::Context#context_attribute_missing

Defined in:
lib/active_interactor/interactor/context.rb

#context_attribute_missing(match, *args, &block) ⇒ Object

Call #attribute_missing on the interactor instance's context instance

Since:

  • 1.0.1



251
252
# File 'lib/active_interactor/interactor/context.rb', line 251

delegate :attribute_missing, :attribute_names, :fail!, :respond_to_without_attributes?, :rollback!,
to: :context, prefix: true