1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Better documentation for ActionMailer.async

This commit is contained in:
Brian Cardarella 2012-06-24 04:30:29 -04:00
parent aee4eec47a
commit a11fcd9a76

View file

@ -456,8 +456,8 @@ module ActionMailer #:nodoc:
super || action_methods.include?(method.to_s)
end
# Will force ActionMailer to push new messages to the Rails.queue
# when set to true
# Will force ActionMailer to push new messages to the queue defined
# in the ActionMailer class when set to true
#
# class WelcomeMailer < ActionMailer::Base
# self.async = true