aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-02-09 19:42:08 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-02-09 19:42:08 -0800
commitf84b4b4e5f1c626460d147d9ad9cf1d712514af5 (patch)
tree72475025d1d69c926161822b5549a04c694e91db /activesupport/lib
parentd1938953f416ac945b591251567d51e30ee2a6a4 (diff)
downloadrails-f84b4b4e5f1c626460d147d9ad9cf1d712514af5.tar.gz
rails-f84b4b4e5f1c626460d147d9ad9cf1d712514af5.tar.bz2
rails-f84b4b4e5f1c626460d147d9ad9cf1d712514af5.zip
Reinstate object/extending require too for Object.subclasses_of
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/object.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/object.rb b/activesupport/lib/active_support/core_ext/object.rb
index 08e07a5b24..46bbbff88a 100644
--- a/activesupport/lib/active_support/core_ext/object.rb
+++ b/activesupport/lib/active_support/core_ext/object.rb
@@ -7,3 +7,4 @@ require 'active_support/core_ext/object/conversions'
require 'active_support/core_ext/object/instance_variables'
require 'active_support/core_ext/object/metaclass'
require 'active_support/core_ext/object/misc'
+require 'active_support/core_ext/object/extending'