Module: IIInteractor::Callbacks
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActiveSupport::Callbacks
- Included in:
- Base
- Defined in:
- lib/ii_interactor/callbacks.rb
Instance Method Summary collapse
Instance Method Details
#call_all ⇒ Object
13 14 15 16 17 |
# File 'lib/ii_interactor/callbacks.rb', line 13 def call_all run_callbacks :all do super end end |
#call_self ⇒ Object
19 20 21 22 23 |
# File 'lib/ii_interactor/callbacks.rb', line 19 def call_self run_callbacks :call do super end end |