Class: Collavre::PasswordsMailer

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

Instance Method Summary collapse

Instance Method Details

#reset(user) ⇒ Object



5
6
7
8
# File 'app/mailers/collavre/passwords_mailer.rb', line 5

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