From a11fcd9a7681b2c064f15cc7993946e82261a8b3 Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Sun, 24 Jun 2012 04:30:29 -0400 Subject: Better documentation for ActionMailer.async --- actionmailer/lib/action_mailer/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 272e68a3b5..89e0adc04d 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -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 -- cgit v1.2.3