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:
parent
aee4eec47a
commit
a11fcd9a76
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue