module ActiveRecord::Aggregations

def reload(*) # :nodoc:

:nodoc:
def reload(*) # :nodoc:
  clear_aggregation_cache
  super
end