class Devise::Mailer

def unlock_instructions(record, token, opts = {})

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