method

run

rails latest stable - Class: ActiveJob::QueueAdapters::QueAdapter::JobWrapper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

run(job_data)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/que_adapter.rb, line 33
        def run(job_data)
          Base.execute job_data
        end