diff options
author | wycats <wycats@gmail.com> | 2010-06-08 14:09:34 -0400 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-08 14:09:34 -0400 |
commit | 068f8d6e85aa0c54bd4531c0e9ef15804b0444de (patch) | |
tree | 8129761f7952b19a2d5b3f57fef7a1a2fda9e31f /activesupport/lib/active_support | |
parent | c6ad64394b927a64a221a89087ec1ea7d666ed55 (diff) | |
download | rails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.tar.gz rails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.tar.bz2 rails-068f8d6e85aa0c54bd4531c0e9ef15804b0444de.zip |
Require encoding.rb
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/core_ext/string.rb | 1 |
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 |