method

enqueue_at

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

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_at(*)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/inline_adapter.rb, line 17
        def enqueue_at(*) #:nodoc:
          raise NotImplementedError.new("Use a queueing backend to enqueue jobs in the future. Read more at http://guides.rubyonrails.org/active_job_basics.html")
        end