aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-30 13:31:11 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-30 13:31:11 -0500
commitbfda6277130fc695f0aed9bab8aeb4f4aa6016a5 (patch)
treeafe567d2678aa4c97ca58a53d6d8854499756f28 /actionmailer
parent0435d65000712bbde2734ddf6e24dcc39c8dda59 (diff)
downloadrails-bfda6277130fc695f0aed9bab8aeb4f4aa6016a5.tar.gz
rails-bfda6277130fc695f0aed9bab8aeb4f4aa6016a5.tar.bz2
rails-bfda6277130fc695f0aed9bab8aeb4f4aa6016a5.zip
No need to advertise in the rdoc documentation
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/parameterized.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionmailer/lib/action_mailer/parameterized.rb b/actionmailer/lib/action_mailer/parameterized.rb
index 73d98c198d..17f7d2e8a8 100644
--- a/actionmailer/lib/action_mailer/parameterized.rb
+++ b/actionmailer/lib/action_mailer/parameterized.rb
@@ -82,9 +82,6 @@ module ActionMailer
# end
#
# InvitationsMailer.with(inviter: person_a, invitee: person_b).account_invitation.deliver_later
- #
- # That's a big improvement! It's also fully backwards compatible. So you can start to gradually transition
- # mailers that stand to benefit the most from parameterization one by one and leave the others behind.
module Parameterized
extend ActiveSupport::Concern