diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-11 17:03:55 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-11-11 17:03:56 -0200 |
commit | 2f3d81c764a8b527299be8c33c64814431f83482 (patch) | |
tree | 8069600bfc950732fe8db48104797af0ebdaae5c /activerecord/lib/active_record | |
parent | f9dc91731b6afe5e8cb32a992fe308f4f8781a55 (diff) | |
download | rails-2f3d81c764a8b527299be8c33c64814431f83482.tar.gz rails-2f3d81c764a8b527299be8c33c64814431f83482.tar.bz2 rails-2f3d81c764a8b527299be8c33c64814431f83482.zip |
Remove duplicated ConnectionHandling extension in AR::Base
Thanks @toretore.
https://github.com/rails/rails/commit/9e4c41c903e8e58721f2c41776a8c60ddba7a0a9#commitcomment-2134706
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |