aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-26 16:12:40 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-26 16:12:40 -0700
commit281b31b4bb46b3b6e04fc7e6d97d2ab7024d3a78 (patch)
tree7de2a96cb25034b2d97cd81bd9fcca053a37472e /activesupport/lib/active_support/core_ext
parenta2a861fcecf40134a4be7735d96896c0d884f670 (diff)
parent82a62b804c5f9165a85700da7bcdb91ca295c14d (diff)
downloadrails-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/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/class/delegating_attributes.rb2
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'