diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-26 16:12:40 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-03-26 16:12:40 -0700 |
commit | 281b31b4bb46b3b6e04fc7e6d97d2ab7024d3a78 (patch) | |
tree | 7de2a96cb25034b2d97cd81bd9fcca053a37472e /activesupport/lib | |
parent | a2a861fcecf40134a4be7735d96896c0d884f670 (diff) | |
parent | 82a62b804c5f9165a85700da7bcdb91ca295c14d (diff) | |
download | rails-281b31b4bb46b3b6e04fc7e6d97d2ab7024d3a78.tar.gz rails-281b31b4bb46b3b6e04fc7e6d97d2ab7024d3a78.tar.bz2 rails-281b31b4bb46b3b6e04fc7e6d97d2ab7024d3a78.zip |
Merge pull request #5331 from castlerock/remove_unused_require
remove unused require from AS/core_ext/class/delegating_att.rb
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/class/delegating_attributes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb b/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb index 29bf7c0f3d..0634f20e3c 100644 --- a/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb +++ b/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb @@ -1,5 +1,3 @@ -require 'active_support/core_ext/object/blank' -require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/kernel/singleton_class' require 'active_support/core_ext/module/remove_method' |