mirror of https://github.com/rails/rails
update error message when InlineAdapter is used
This commit is contained in:
parent
0bd1a4e05c
commit
a1e925db70
|
@ -15,7 +15,7 @@ module ActiveJob
|
|||
end
|
||||
|
||||
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")
|
||||
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
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue