Flowdock
method

enqueue_at

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: InlineAdapter
enqueue_at(*) 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 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
Register or log in to add new notes.