Module: ActiveRecord::Aggregations
Overview
Active Record Aggregations
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#clear_aggregation_cache ⇒ Object
:nodoc:.
Instance Method Details
#clear_aggregation_cache ⇒ Object
:nodoc:
6 7 8 |
# File 'lib/active_record/aggregations.rb', line 6 def clear_aggregation_cache #:nodoc: @aggregation_cache.clear if persisted? end |