aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:51:49 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:56 -0800
commitcbab9c0347d2f17598a67a400448533628e6ad1d (patch)
treedc7a8e9f4a088de5848620ca912a342844ead318
parent7f17b23aea3008e1d4ae01ef2713bf4555f29efe (diff)
downloadrails-cbab9c0347d2f17598a67a400448533628e6ad1d.tar.gz
rails-cbab9c0347d2f17598a67a400448533628e6ad1d.tar.bz2
rails-cbab9c0347d2f17598a67a400448533628e6ad1d.zip
extending.rb needs active_support/core_ext/object/blank
-rw-r--r--activesupport/lib/active_support/core_ext/object/extending.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/extending.rb b/activesupport/lib/active_support/core_ext/object/extending.rb
index 7ac13d3d1a..b8b6970382 100644
--- a/activesupport/lib/active_support/core_ext/object/extending.rb
+++ b/activesupport/lib/active_support/core_ext/object/extending.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/class/removal'
+require 'active_support/core_ext/object/blank'
class Class
# Rubinius