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



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

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