1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove ActiveSupport::Concern from ActiveRecord::Aggregations

`include Aggregations` no longer needs to invoke
`extend Aggregations::ClassMethods` since 657060b.
This commit is contained in:
Ryuta Kamizono 2018-06-26 17:26:02 +09:00
parent 43ffbd1fab
commit cc0e84f9bf

View file

@ -3,8 +3,6 @@
module ActiveRecord
# See ActiveRecord::Aggregations::ClassMethods for documentation
module Aggregations
extend ActiveSupport::Concern
def initialize_dup(*) # :nodoc:
@aggregation_cache = {}
super