aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-01 03:55:32 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-01 03:55:32 -0800
commit0b5edb32cf53873c975f0c656f356dd3f440233c (patch)
tree732817c31c0c54aa9f95ee77abc820461bbcb3ac
parent9906492f5382b1d027d6dd64ba21dc6a6ed4f4f5 (diff)
parent74a191dfc70c885031b3b96f07c1817077831ee9 (diff)
downloadrails-0b5edb32cf53873c975f0c656f356dd3f440233c.tar.gz
rails-0b5edb32cf53873c975f0c656f356dd3f440233c.tar.bz2
rails-0b5edb32cf53873c975f0c656f356dd3f440233c.zip
Merge pull request #4818 from arunagw/build_fix_isolated
Build fix when running isolated test
-rw-r--r--activesupport/lib/active_support/multibyte/chars.rb1
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'