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_self ⇒ Object
12 13 14 15 16 |
# File 'lib/ii_interactor/callbacks.rb', line 12 def call_self run_callbacks :call do super end end |