global

def verify_account_email_resend

def verify_account_email_resend
  if @verify_account_key_value = db[verify_account_table].where(verify_account_id_column=>account_id_value).get(verify_account_key_column)
    send_verify_account_email
    true
  end
end