diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-02-13 14:18:31 -0800 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-02-13 14:18:31 -0800 |
commit | 10cf66c034bed5bcd5b8c4cf372cf38e4730a483 (patch) | |
tree | e7815e42da4bc92c0f33a116340d172462e97608 /actionpack/lib/action_view | |
parent | 957da557027e5278b80165b0cb4f48dd837045af (diff) | |
parent | a9e18df9c2332062be6d3b9938dc94e33d558b89 (diff) | |
download | rails-10cf66c034bed5bcd5b8c4cf372cf38e4730a483.tar.gz rails-10cf66c034bed5bcd5b8c4cf372cf38e4730a483.tar.bz2 rails-10cf66c034bed5bcd5b8c4cf372cf38e4730a483.zip |
Merge pull request #5026 from castlerock/remove_require_for_string_encoding
remove unused require for string encoding
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/helpers/javascript_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb index 309923490c..ac9e530f01 100644 --- a/actionpack/lib/action_view/helpers/javascript_helper.rb +++ b/actionpack/lib/action_view/helpers/javascript_helper.rb @@ -1,5 +1,4 @@ require 'action_view/helpers/tag_helper' -require 'active_support/core_ext/string/encoding' module ActionView module Helpers |