class ActiveModel::AttributeSet

def reset(key)

def reset(key)
  if key?(key)
    write_from_database(key, nil)
  end
end