class ActiveJob::QueueAdapters::InlineAdapter

def enqueue_at(*) #:nodoc:

:nodoc:
def enqueue_at(*) #:nodoc:
  raise NotImplementedError.new("Use a queueing backend to enqueue jobs in the future. Read more at https://github.com/rails/activejob")
end