Method: ActiveInteractor::Interactor::Perform::ClassMethods#perform!
- Defined in:
- lib/active_interactor/interactor/perform.rb
#perform!(context = {}, options = {}) ⇒ Class
Initialize a new interactor instance and call its #perform method without rescuing Error::ContextFailure.
75 76 77 |
# File 'lib/active_interactor/interactor/perform.rb', line 75 def perform!(context = {}, = {}) new(context).().execute_perform! end |