method
perform
v7.2.3 -
Show latest stable
- Class:
ActiveJob::QueueAdapters::AsyncAdapter::JobWrapper
perform()public
No documentation available.
# File activejob/lib/active_job/queue_adapters/async_adapter.rb, line 69
def perform
Base.execute @job_data
end