123456789_123456789_123456789_123456789_123456789_

Class: ActiveJob::QueueAdapters::ResqueAdapter::JobWrapper

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: activejob/lib/active_job/queue_adapters/resque_adapter.rb

Class Method Summary

Class Method Details

.perform(job_data)

[ GitHub ]

  
# File 'activejob/lib/active_job/queue_adapters/resque_adapter.rb', line 46

def perform(job_data)
  Base.execute job_data
end