module ActiveRecord::Aggregations

def clear_aggregation_cache

def clear_aggregation_cache
  @aggregation_cache.clear if persisted?
end