提交 a647277f 编写于 作者: Z Zachary Scott

Since the delegator wasn't identified earlier, we should here [ci skip]

上级 1ffd6037
......@@ -142,8 +142,8 @@ module ActionMailer
# mail.deliver_now # generates and sends the email now
#
# The <tt>ActionMailer::MessageDelivery</tt> class is a wrapper around a delegate that will call
# your method to generate the mail. If you want direct access to <tt>Mail::Message</tt> you can
# call the <tt>message</tt> method on the <tt>ActionMailer::MessageDelivery</tt> object.
# your method to generate the mail. If you want direct access to delegator, or <tt>Mail::Message</tt>,
# you can call the <tt>message</tt> method on the <tt>ActionMailer::MessageDelivery</tt> object.
#
# NotifierMailer.welcome(User.first).message # => a Mail::Message object
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册