diff options
author | Vishnu Atrai <me@vishnuatrai.com> | 2012-02-13 23:24:30 +0530 |
---|---|---|
committer | Vishnu Atrai <me@vishnuatrai.com> | 2012-02-13 23:24:30 +0530 |
commit | a9e18df9c2332062be6d3b9938dc94e33d558b89 (patch) | |
tree | c3e64be2f4e4860f2299f451ae5595512f004083 /actionpack/lib/action_view/helpers | |
parent | 3a5a01f7f6af2456acab1b662f618f326002ee5f (diff) | |
download | rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.gz rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.tar.bz2 rails-a9e18df9c2332062be6d3b9938dc94e33d558b89.zip |
remove unwanted require for string encoding
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-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 |