aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-17 10:11:38 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-17 10:11:38 -0700
commit067b350301279f608a369a39aff9b6f5a22357aa (patch)
treed69cead2a27b83fbecbab1fc090b9b9edad3a3a3 /activesupport
parent843255a763c5e68beaa3a1b0bca306c625c30797 (diff)
downloadrails-067b350301279f608a369a39aff9b6f5a22357aa.tar.gz
rails-067b350301279f608a369a39aff9b6f5a22357aa.tar.bz2
rails-067b350301279f608a369a39aff9b6f5a22357aa.zip
Move require closer to home
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/class/delegating_attributes.rb1
1 files changed, 1 insertions, 0 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 9b2dc21d87..12caa76c98 100644
--- a/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb
+++ b/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb
@@ -1,6 +1,7 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/array/extract_options'
require 'active_support/core_ext/object/singleton_class'
+require 'active_support/core_ext/module/remove_method'
class Class
def superclass_delegating_accessor(name, options = {})