From bfda6277130fc695f0aed9bab8aeb4f4aa6016a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 30 Jan 2017 13:31:11 -0500 Subject: No need to advertise in the rdoc documentation --- actionmailer/lib/action_mailer/parameterized.rb | 3 --- 1 file changed, 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 -- cgit v1.2.3