global

def remember_key_ds(id=account_id)

def remember_key_ds(id=account_id)
  db[remember_table].where(remember_id_column=>id)
end