class ActiveJob::QueueAdapters::InlineAdapter

def enqueue_at(*) #:nodoc:

:nodoc:
def enqueue_at(*) #:nodoc:
  raise NotImplementedError, "Use a queueing backend to enqueue jobs in the future. Read more at http://guides.rubyonrails.org/active_job_basics.html"
end