diff options
author | Xavier Noria <fxn@hashref.com> | 2010-01-01 20:51:49 +0100 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-01-01 14:28:56 -0800 |
commit | cbab9c0347d2f17598a67a400448533628e6ad1d (patch) | |
tree | dc7a8e9f4a088de5848620ca912a342844ead318 /activesupport/lib | |
parent | 7f17b23aea3008e1d4ae01ef2713bf4555f29efe (diff) | |
download | rails-cbab9c0347d2f17598a67a400448533628e6ad1d.tar.gz rails-cbab9c0347d2f17598a67a400448533628e6ad1d.tar.bz2 rails-cbab9c0347d2f17598a67a400448533628e6ad1d.zip |
extending.rb needs active_support/core_ext/object/blank
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/object/extending.rb | 1 |
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 |