Class: ActiveJob::QueueAdapters::ResqueAdapter::JobWrapper
- Inherits:
- 
      Object
      
        - Object
- ActiveJob::QueueAdapters::ResqueAdapter::JobWrapper
 
- Defined in:
- lib/active_job/queue_adapters/resque_adapter.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.perform(job_data) ⇒ Object
| 46 47 48 | # File 'lib/active_job/queue_adapters/resque_adapter.rb', line 46 def perform(job_data) Base.execute job_data end |