aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorYoussef Boulkaid <youssef.boulkaid@bukowskis.com>2017-08-06 04:16:57 +0200
committerYoussef Boulkaid <youssef.boulkaid@bukowskis.com>2017-08-06 04:20:16 +0200
commitd33bdef821e6fafac0eed39fd0329761d6f180ae (patch)
tree61fdcb4ca6312c055ad6a1f12582951b21a3c317 /actionmailer
parenta8217bb594a625fb46a6af1488c0bde4aeac4986 (diff)
downloadrails-d33bdef821e6fafac0eed39fd0329761d6f180ae.tar.gz
rails-d33bdef821e6fafac0eed39fd0329761d6f180ae.tar.bz2
rails-d33bdef821e6fafac0eed39fd0329761d6f180ae.zip
Remove outdated comment [ci skip]
The comment was describing a previous version of the method with a different signature. This is outdated since e76c38e
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/lib/action_mailer/base.rb4
1 files changed, 0 insertions, 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