Flowdock
method

enqueue_at

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: SneakersAdapter
enqueue_at(job, timestamp) 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/sneakers_adapter.rb, line 30
      def enqueue_at(job, timestamp) #:nodoc:
        raise NotImplementedError, "This queueing backend does not support scheduling jobs. To see what features are supported go to http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html"
      end
Register or log in to add new notes.