Method: Devise::Mailer#reset_password_instructions

Defined in:
app/mailers/devise/mailer.rb

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



12
13
14
15
# File 'app/mailers/devise/mailer.rb', line 12

def reset_password_instructions(record, token, opts={})
  @token = token
  devise_mail(record, :reset_password_instructions, opts)
end