From cbab9c0347d2f17598a67a400448533628e6ad1d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 1 Jan 2010 20:51:49 +0100 Subject: extending.rb needs active_support/core_ext/object/blank --- activesupport/lib/active_support/core_ext/object/extending.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3