diff options
author | Xavier Noria <fxn@hashref.com> | 2012-08-02 18:36:41 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:59:22 +0200 |
commit | 8f58d6e5074a623bed752d5ba38513305f03fae9 (patch) | |
tree | d67dc9b20392d1adb430957193b2148cb016dce0 /activesupport | |
parent | 1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d (diff) | |
download | rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.gz rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.bz2 rails-8f58d6e5074a623bed752d5ba38513305f03fae9.zip |
load active_support/core_ext/object/blank in active_support/rails
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/rails.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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' |