Class: DeviseMailer

Inherits:
Devise::Mailer
  • Object
show all
Defined in:
app/mailers/devise_mailer.rb

Instance Method Summary collapse

Instance Method Details

#reset_password_instructions(record, token, opts = {}) ⇒ Object



3
4
5
6
7
# File 'app/mailers/devise_mailer.rb', line 3

def reset_password_instructions(record, token, opts={})
  mail = super
  mail.subject = "Reset Password for TrustyCMS"
  mail
end