Module: ActiveRecord::Aggregations
Overview
See ActiveRecord::Aggregations::ClassMethods for documentation
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#initialize_dup ⇒ Object
:nodoc:.
-
#reload ⇒ Object
:nodoc:.
Instance Method Details
#initialize_dup ⇒ Object
:nodoc:
8 9 10 11 |
# File 'lib/active_record/aggregations.rb', line 8 def initialize_dup(*) # :nodoc: @aggregation_cache = {} super end |
#reload ⇒ Object
:nodoc:
13 14 15 16 |
# File 'lib/active_record/aggregations.rb', line 13 def reload(*) # :nodoc: clear_aggregation_cache super end |