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:
parent
43ffbd1fab
commit
cc0e84f9bf
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
module ActiveRecord
|
||||
# See ActiveRecord::Aggregations::ClassMethods for documentation
|
||||
module Aggregations
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
def initialize_dup(*) # :nodoc:
|
||||
@aggregation_cache = {}
|
||||
super
|
||||
|
|
Loading…
Reference in a new issue