diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-02-01 02:18:21 -0200 |
---|---|---|
committer | Yehuda Katz <wycats@Yehuda-Katz.local> | 2010-01-31 20:26:28 -0800 |
commit | f439f1d86fdef52a8165d69492d193437e620121 (patch) | |
tree | eff98babad5be52e483457e115c03e533b292578 /actionpack | |
parent | 3b922aaf089336866e5a10ec1fb2818c7bab7dd3 (diff) | |
download | rails-f439f1d86fdef52a8165d69492d193437e620121.tar.gz rails-f439f1d86fdef52a8165d69492d193437e620121.tar.bz2 rails-f439f1d86fdef52a8165d69492d193437e620121.zip |
action_view is requiring the deleted action_view/erb/util.rb file
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
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 ffab662dbf..ed80e07c78 100644 --- a/actionpack/lib/action_view/helpers/tag_helper.rb +++ b/actionpack/lib/action_view/helpers/tag_helper.rb @@ -1,4 +1,3 @@ -require 'action_view/erb/util' require 'set' module ActionView |