Class: ActiveJob::QueueAdapters::InlineAdapter
- Inherits:
-
Object
- Object
- ActiveJob::QueueAdapters::InlineAdapter
- Defined in:
- lib/active_job/queue_adapters/inline_adapter.rb
Class Method Summary collapse
Class Method Details
.queue(job, *args) ⇒ Object
5 6 7 |
# File 'lib/active_job/queue_adapters/inline_adapter.rb', line 5 def queue(job, *args) job.new.perform *Parameters.deserialize(args) end |