aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2012-03-08 00:07:22 +0530
committerVishnu Atrai <me@vishnuatrai.com>2012-03-10 18:02:08 +0530
commit82a62b804c5f9165a85700da7bcdb91ca295c14d (patch)
tree4333f8bdfc47354d4b3a2163a97afb7dc4d7e7af /activesupport/lib
parent3da31b948f0e9af07e503d955f27ffd5d91c84cb (diff)
downloadrails-82a62b804c5f9165a85700da7bcdb91ca295c14d.tar.gz
rails-82a62b804c5f9165a85700da7bcdb91ca295c14d.tar.bz2
rails-82a62b804c5f9165a85700da7bcdb91ca295c14d.zip
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.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'