module ActiveRecord::Aggregations

def clear_aggregation_cache #:nodoc:

:nodoc:
def clear_aggregation_cache #:nodoc:
  @aggregation_cache.clear if persisted?
end