Module: IIInteractor::Contextualizer
- Extended by:
- ActiveSupport::Concern
- Includes:
- Coactive::Contextualizer
- Included in:
- Base
- Defined in:
- lib/ii_interactor/contextualizer.rb
Instance Method Summary collapse
Instance Method Details
#call_self ⇒ Object
8 9 10 11 12 |
# File 'lib/ii_interactor/contextualizer.rb', line 8 def call_self contextualize do super end end |