Module: IIInteractor::Instrumentation
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/ii_interactor/instrumentation.rb
Instance Method Summary collapse
Instance Method Details
#call_self ⇒ Object
7 8 9 10 11 |
# File 'lib/ii_interactor/instrumentation.rb', line 7 def call_self ActiveSupport::Notifications.instrument 'call.ii_interactor', interactor: self do super end end |