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