aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-09-28 18:07:38 +0530
committeramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-09-28 18:15:15 +0530
commit6474c53dcb96df2dce4c965cad10f574f7793346 (patch)
treee84b10d15c9051c278dc551ddc23e22f105bb3aa
parent2dcd79a1619ea8befc6ddeaf60c81cbb8265eacc (diff)
downloadrails-6474c53dcb96df2dce4c965cad10f574f7793346.tar.gz
rails-6474c53dcb96df2dce4c965cad10f574f7793346.tar.bz2
rails-6474c53dcb96df2dce4c965cad10f574f7793346.zip
Add a missing period to ActionMailer Base docs [ci skip]
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index 6f49e130d8..ad971b71c9 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -414,7 +414,7 @@ module ActionMailer
# * <tt>deliveries</tt> - Keeps an array of all the emails sent out through the Action Mailer with
# <tt>delivery_method :test</tt>. Most useful for unit and functional testing.
#
- # * <tt>deliver_later_queue_name</tt> - The name of the queue used with <tt>deliver_later</tt>
+ # * <tt>deliver_later_queue_name</tt> - The name of the queue used with <tt>deliver_later</tt>.
class Base < AbstractController::Base
include DeliveryMethods
include Previews