aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-06-08 14:09:34 -0400
committerwycats <wycats@gmail.com>2010-06-08 14:09:34 -0400
commit068f8d6e85aa0c54bd4531c0e9ef15804b0444de (patch)
tree8129761f7952b19a2d5b3f57fef7a1a2fda9e31f /activesupport
parentc6ad64394b927a64a221a89087ec1ea7d666ed55 (diff)
downloadrails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.tar.gz
rails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.tar.bz2
rails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.zip
Require encoding.rb
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/string.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/string.rb b/activesupport/lib/active_support/core_ext/string.rb
index 411ea0f016..d8d1f9436e 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/behavior'
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