Method: Devise::Mailer#reset_password_instructions

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

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



10
11
12
13
# File 'app/mailers/devise/mailer.rb', line 10

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