提交 a7a63492 编写于 作者: A Abdelkader Boudih

Merge pull request #17205 from y-yagi/patch-1

update error message when InlineAdapter is used
......@@ -15,7 +15,7 @@ def enqueue(job) #:nodoc:
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册