From 068f8d6e85aa0c54bd4531c0e9ef15804b0444de Mon Sep 17 00:00:00 2001 From: wycats Date: Tue, 8 Jun 2010 14:09:34 -0400 Subject: [PATCH] Require encoding.rb --- activesupport/lib/active_support/core_ext/string.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/core_ext/string.rb b/activesupport/lib/active_support/core_ext/string.rb index 411ea0f016893..d8d1f9436e8b8 100644 --- a/activesupport/lib/active_support/core_ext/string.rb +++ b/activesupport/lib/active_support/core_ext/string.rb @@ -9,3 +9,4 @@ require 'active_support/core_ext/string/interpolation' require 'active_support/core_ext/string/output_safety' require 'active_support/core_ext/string/exclude' +require 'active_support/core_ext/string/encoding' \ No newline at end of file