From 8f58d6e5074a623bed752d5ba38513305f03fae9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 2 Aug 2012 18:36:41 +0200 Subject: load active_support/core_ext/object/blank in active_support/rails --- activesupport/lib/active_support/rails.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index 500ce30da6..01121910db 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -7,3 +7,5 @@ # This file is loaded by every Rails component except Active Support itself, # but it does not belong to the Rails public interface. It is internal to # Rails and can change anytime. + +require 'active_support/core_ext/object/blank' -- cgit v1.2.3