From 5ea6b0df9a36d033f21b52049426257a4637028d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 2 Aug 2012 18:44:25 +0200 Subject: load active_support/core_ext/object/inclusion in active_support/rails --- activesupport/lib/active_support/rails.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index 01121910db..857780c80b 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -8,4 +8,8 @@ # but it does not belong to the Rails public interface. It is internal to # Rails and can change anytime. +# blank? and present? require 'active_support/core_ext/object/blank' + +# in? +require 'active_support/core_ext/object/inclusion' -- cgit v1.2.3