From d33bdef821e6fafac0eed39fd0329761d6f180ae Mon Sep 17 00:00:00 2001 From: Youssef Boulkaid Date: Sun, 6 Aug 2017 04:16:57 +0200 Subject: Remove outdated comment [ci skip] The comment was describing a previous version of the method with a different signature. This is outdated since e76c38e --- actionmailer/lib/action_mailer/base.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 6add4ec89c..a54eb52dcb 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -590,10 +590,6 @@ module ActionMailer attr_internal :message - # Instantiate a new mailer object. If +method_name+ is not +nil+, the mailer - # will be initialized according to the named method. If not, the mailer will - # remain uninitialized (useful when you only need to invoke the "receive" - # method, for instance). def initialize super() @_mail_was_called = false -- cgit v1.2.3