Class: LeanCms::PasswordsMailer

Inherits:
ApplicationMailer show all
Defined in:
app/mailers/lean_cms/passwords_mailer.rb

Instance Method Summary collapse

Instance Method Details

#reset(user) ⇒ Object



3
4
5
6
# File 'app/mailers/lean_cms/passwords_mailer.rb', line 3

def reset(user)
  @user = user
  mail subject: "Reset your password", to: user.email_address
end