module ActiveRecord::Aggregations

def initialize_dup(*) # :nodoc:

:nodoc:
def initialize_dup(*) # :nodoc:
  @aggregation_cache = {}
  super
end