aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sanitize_helper.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-24 10:20:41 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-24 10:20:41 -0600
commit426a86ab1e4fc2488215a9adab4511a59646a413 (patch)
treef8fe3e2f290646afda613d3a82091d9db6e7d83e /actionpack/lib/action_view/helpers/sanitize_helper.rb
parentf0f07c6427c7c80783ee59705f82dcdd1cd8fdb1 (diff)
downloadrails-426a86ab1e4fc2488215a9adab4511a59646a413.tar.gz
rails-426a86ab1e4fc2488215a9adab4511a59646a413.tar.bz2
rails-426a86ab1e4fc2488215a9adab4511a59646a413.zip
prefer autoloaded html scanner
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 200c1d6085..d89b955317 100644
--- a/actionpack/lib/action_view/helpers/sanitize_helper.rb
+++ b/actionpack/lib/action_view/helpers/sanitize_helper.rb
@@ -1,5 +1,4 @@
require 'action_view/helpers/tag_helper'
-require 'action_controller/vendor/html-scanner'
module ActionView
module Helpers #:nodoc: