Flowdock
method

enqueue

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: InlineAdapter
enqueue(job) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/queue_adapters/inline_adapter.rb, line 13
        def enqueue(job) #:nodoc:
          Base.execute(job.serialize)
        end
Register or log in to add new notes.