method
perform_all_later
v8.0.0 -
Show latest stable
- Class:
ActiveJob::ConfiguredJob
perform_all_later(multi_args)public
No documentation available.
# File activejob/lib/active_job/configured_job.rb, line 18
def perform_all_later(multi_args)
@job_class.perform_all_later(multi_args, options: @options)
end