diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/rails.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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' |