Method: DeviseMailer#reset_password_instructions
- Defined in:
- app/models/devise_mailer.rb
#reset_password_instructions(record) ⇒ Object
Deliver reset password instructions when manually requested
11 12 13 |
# File 'app/models/devise_mailer.rb', line 11 def reset_password_instructions(record) setup_mail(record, :reset_password_instructions) end |