authlogic-password-reset-tutorial icon indicating copy to clipboard operation
authlogic-password-reset-tutorial copied to clipboard

Notifier method name

Open jdsampayo opened this issue 4 years ago • 0 comments

Hi, in User model it is described that we add: Notifier.deliver_password_reset_instructions(self)

However, the method in Notifier is described as:

def password_reset_instructions(user)

missing the deliver word.

Should be on User:

Notifier.password_reset_instructions(self).deliver_now

jdsampayo avatar Jan 30 '22 14:01 jdsampayo