Method: ActiveInteractor::Interactor::Perform#execute_perform
- Defined in:
- lib/active_interactor/interactor/perform.rb
#execute_perform ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Run the interactor instance's #perform with callbacks and validation.
171 |
# File 'lib/active_interactor/interactor/perform.rb', line 171 delegate :execute_perform, :execute_perform!, to: :worker |