提交 e16592e7 编写于 作者: V Vipul A M

Mention `perform_now` in AJ base docs to specify how to immediately invoke a job. [ci skip]

上级 cbaf2190
......@@ -44,6 +44,10 @@ module ActiveJob #:nodoc:
#
# More information can be found in ActiveJob::Core::ClassMethods#set
#
# A job can also be processed synchronously:
#
# ProcessPhotoJob.perform_now(photo)
#
# == Exceptions
#
# * DeserializationError - Error class for deserialization errors.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册