method

enqueue

rails latest stable - Class: ActiveJob::QueueAdapters::SuckerPunchAdapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

enqueue(job)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb, line 22
        def enqueue(job) #:nodoc:
          JobWrapper.new.async.perform job.serialize
        end