diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-12-03 10:23:43 -0600 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-12-03 10:23:43 -0600 |
commit | 3db59ce0dc91b73e106957dcf252bbae31679dfc (patch) | |
tree | e0c09d57cfb69960f750907ae0d30e323cbafd94 /actionpack | |
parent | f54ae9a9976ec6b4ec228a535edd9b32cc60c43d (diff) | |
download | rails-3db59ce0dc91b73e106957dcf252bbae31679dfc.tar.gz rails-3db59ce0dc91b73e106957dcf252bbae31679dfc.tar.bz2 rails-3db59ce0dc91b73e106957dcf252bbae31679dfc.zip |
Unnecessary CGI require
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/tag_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb index 1c8d2db183..2bdd960f4c 100644 --- a/actionpack/lib/action_view/helpers/tag_helper.rb +++ b/actionpack/lib/action_view/helpers/tag_helper.rb @@ -1,4 +1,3 @@ -require 'cgi' require 'erb' require 'set' |