diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-02-01 06:49:00 -0500 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-02-01 06:49:00 -0500 |
commit | 74a191dfc70c885031b3b96f07c1817077831ee9 (patch) | |
tree | 732817c31c0c54aa9f95ee77abc820461bbcb3ac /activesupport | |
parent | 9906492f5382b1d027d6dd64ba21dc6a6ed4f4f5 (diff) | |
download | rails-74a191dfc70c885031b3b96f07c1817077831ee9.tar.gz rails-74a191dfc70c885031b3b96f07c1817077831ee9.tar.bz2 rails-74a191dfc70c885031b3b96f07c1817077831ee9.zip |
Build fix when running isolated test
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/multibyte/chars.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index 7a0e1d458b..9a748dfa60 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -1,4 +1,5 @@ # encoding: utf-8 +require 'active_support/json' require 'active_support/core_ext/string/access' require 'active_support/core_ext/string/behavior' require 'active_support/core_ext/module/delegation' |