Method: ActiveJob::ConfiguredJob#perform_now
- Defined in:
- activejob/lib/active_job/configured_job.rb
#perform_now ⇒ Object
10 11 12 |
# File 'activejob/lib/active_job/configured_job.rb', line 10 def perform_now(...) @job_class.new(...).set(@options).perform_now end |