diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-05-26 09:24:15 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-05-26 09:26:55 +0200 |
commit | b8c31fd9b94cd8ac2963c252fcca40b29c43e75c (patch) | |
tree | dd53257fe26cfb2c1c18086f2157292410dac463 /activerecord/lib/active_record | |
parent | 2d261ba43c4e5e97efe835445595a540c451f542 (diff) | |
parent | 20c1484993bfc9314ed8f44ab9779e54fb605a01 (diff) | |
download | rails-b8c31fd9b94cd8ac2963c252fcca40b29c43e75c.tar.gz rails-b8c31fd9b94cd8ac2963c252fcca40b29c43e75c.tar.bz2 rails-b8c31fd9b94cd8ac2963c252fcca40b29c43e75c.zip |
Merge pull request #16938 from akshay-vishnoi/remove-deprication
Remove `.superclass_delegating_accessor`.
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 9c5b7d937d..c918e88590 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -5,7 +5,6 @@ require 'active_support/dependencies' require 'active_support/descendants_tracker' require 'active_support/time' require 'active_support/core_ext/module/attribute_accessors' -require 'active_support/core_ext/class/delegating_attributes' require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/hash/deep_merge' require 'active_support/core_ext/hash/slice' |