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