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