global

def remove_verify_account_key

def remove_verify_account_key
  db[verify_account_table].where(verify_account_id_column=>account_id_value).delete
end