Skip to content

Commit

Permalink
Since the delegator wasn't identified earlier, we should here [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Apr 12, 2015
1 parent 1ffd603 commit a647277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionmailer/lib/action_mailer/base.rb
Expand Up @@ -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
#
Expand Down

0 comments on commit a647277

Please sign in to comment.