aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/sanitize_helper.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-22 17:11:21 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-22 17:11:21 -0600
commitb1aee9f4eebdae4fad38572359649c097c731b77 (patch)
treeff23a026a458a0abbca7e700439cd4cdbf781585 /actionpack/lib/action_view/helpers/sanitize_helper.rb
parent2d0c703c922758dc36df8a20a56894484013b0f1 (diff)
downloadrails-b1aee9f4eebdae4fad38572359649c097c731b77.tar.gz
rails-b1aee9f4eebdae4fad38572359649c097c731b77.tar.bz2
rails-b1aee9f4eebdae4fad38572359649c097c731b77.zip
All AD modules are "deferrable"
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, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/sanitize_helper.rb b/actionpack/lib/action_view/helpers/sanitize_helper.rb
index 69d0d0fb67..f03ffe5ef4 100644
--- a/actionpack/lib/action_view/helpers/sanitize_helper.rb
+++ b/actionpack/lib/action_view/helpers/sanitize_helper.rb
@@ -1,3 +1,4 @@
+require 'action_controller/vendor/html-scanner'
require 'action_view/helpers/tag_helper'
module ActionView