From 2f3d81c764a8b527299be8c33c64814431f83482 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 11 Nov 2012 17:03:55 -0200 Subject: Remove duplicated ConnectionHandling extension in AR::Base Thanks @toretore. https://github.com/rails/rails/commit/9e4c41c903e8e58721f2c41776a8c60ddba7a0a9#commitcomment-2134706 --- activerecord/lib/active_record/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index a694a292fe..83047c1845 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -332,7 +332,6 @@ module ActiveRecord #:nodoc: extend Translation extend DynamicMatchers extend Explain - extend ConnectionHandling include Persistence include ReadonlyAttributes -- cgit v1.2.3