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