Skip to content

Commit

Permalink
Remove ActiveSupport::Concern from ActiveRecord::Aggregations
Browse files Browse the repository at this point in the history
`include Aggregations` no longer needs to invoke
`extend Aggregations::ClassMethods` since 657060b.
  • Loading branch information
kamipo committed Jun 26, 2018
1 parent 43ffbd1 commit cc0e84f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord/lib/active_record/aggregations.rb
Expand Up @@ -3,8 +3,6 @@
module ActiveRecord
# See ActiveRecord::Aggregations::ClassMethods for documentation
module Aggregations
extend ActiveSupport::Concern

def initialize_dup(*) # :nodoc:
@aggregation_cache = {}
super
Expand Down

0 comments on commit cc0e84f

Please sign in to comment.