Project

General

Profile

Actions

Patch #34166

closed

Fix wrong comment for Mailer.deliver_lost_password

Added by Go MAEDA over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Index: app/models/mailer.rb
===================================================================
--- app/models/mailer.rb    (リビジョン 20190)
+++ app/models/mailer.rb    (作業コピー)
@@ -407,8 +407,8 @@
   # The email will be sent to the email address specifiedby recipient if provided.
   #
   # Exemple:
-  #   Mailer.deliver_account_activated(user, token)
-  #   Mailer.deliver_account_activated(user, token, 'foo@example.net')
+  #   Mailer.deliver_lost_password(user, token)
+  #   Mailer.deliver_lost_password(user, token, 'foo@example.net')
   def self.deliver_lost_password(user, token, recipient=nil)
     lost_password(user, token, recipient).deliver_later
   end
Actions #1

Updated by Go MAEDA over 3 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Fixed.

Actions #2

Updated by Go MAEDA over 3 years ago

  • Subject changed from Fix wrong comment for Mailer.deliver_account_activated to Fix wrong comment for Mailer.deliver_lost_password
Actions

Also available in: Atom PDF