aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sanitize_helper.rb
diff options
context:
space:
mode:
authorErik Michaels-Ober <sferik@gmail.com>2011-12-12 14:05:25 -0800
committerErik Michaels-Ober <sferik@gmail.com>2011-12-12 14:05:25 -0800
commit196407c54f0736c275d2ad4e6f8b0ac55360ad95 (patch)
treed589c62470b09e2166a95c9df1592cc87ad8c318 /actionpack/lib/action_view/helpers/sanitize_helper.rb
parent9147613ce09710e70790ac45d3b20c3ef6c1fa46 (diff)
downloadrails-196407c54f0736c275d2ad4e6f8b0ac55360ad95.tar.gz
rails-196407c54f0736c275d2ad4e6f8b0ac55360ad95.tar.bz2
rails-196407c54f0736c275d2ad4e6f8b0ac55360ad95.zip
Include TagHelper but don't explicitly require it
Allow autoloading to work as intended and avoid multiple requires.
Diffstat (limited to 'actionpack/lib/action_view/helpers/sanitize_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/sanitize_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/sanitize_helper.rb b/actionpack/lib/action_view/helpers/sanitize_helper.rb
index bcc8f6fbcb..7768c8c151 100644
--- a/actionpack/lib/action_view/helpers/sanitize_helper.rb
+++ b/actionpack/lib/action_view/helpers/sanitize_helper.rb
@@ -1,6 +1,5 @@
require 'active_support/core_ext/object/try'
require 'action_controller/vendor/html-scanner'
-require 'action_view/helpers/tag_helper'
module ActionView
# = Action View Sanitize Helpers