Method: Devise::Mailer#unlock_instructions

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

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



15
16
17
18
# File 'app/mailers/devise/mailer.rb', line 15

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