Class: ActiveJob::QueueAdapters::ConeyIslandAdapter::JobWrapper
- Inherits:
-
Object
- Object
- ActiveJob::QueueAdapters::ConeyIslandAdapter::JobWrapper
- Defined in:
- lib/coney_island/coney_island_adapter.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.perform(job_data) ⇒ Object
31 32 33 |
# File 'lib/coney_island/coney_island_adapter.rb', line 31 def perform(job_data) Base.execute job_data.stringify_keys! end |