Class: ActiveInteraction::Extras::ActiveJob::ConfiguredJob
- Inherits:
-
ActiveJob::ConfiguredJob
- Object
- ActiveJob::ConfiguredJob
- ActiveInteraction::Extras::ActiveJob::ConfiguredJob
- Defined in:
- lib/active_interaction/extras/active_job.rb
Instance Method Summary collapse
Instance Method Details
#run(*args) ⇒ Object
27 28 29 |
# File 'lib/active_interaction/extras/active_job.rb', line 27 def run(*args) perform_later(*args) end |
#run!(*args) ⇒ Object
31 32 33 |
# File 'lib/active_interaction/extras/active_job.rb', line 31 def run!(*args) perform_later(*args) end |