• B
    Isolate access to @associations_cache and @aggregations cache to the... · 9d569585
    Ben Woosley 提交于
    Isolate access to @associations_cache and @aggregations cache to the Associations and Aggregations modules, respectively.
    
    This includes replacing the `association_cache` accessor with a more
    limited `association_cached?` accessor and making `clear_association_cache`
    and `clear_aggregation_cache` private.
    9d569585
core.rb 18.8 KB