method
perform_now
v7.2.3 -
Show latest stable
- Class:
ActiveJob::ConfiguredJob
perform_now(...)public
No documentation available.
# File activejob/lib/active_job/configured_job.rb, line 10
def perform_now(...)
@job_class.new(...).set(@options).perform_now
end