aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-10-12 12:41:09 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:20 +0200
commit50347b15fe610d5ad8a76a315b9eac7a6f538eb4 (patch)
tree868a923a8d8cb81896dd6e35b8bbaa6eb436d87b /actionview
parent83f1563ee6cae34447b4ed12f8cf39cc15177a38 (diff)
downloadrails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.tar.gz
rails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.tar.bz2
rails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.zip
Updated html-scanner deprecation message.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/vendor/html-scanner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/vendor/html-scanner.rb b/actionview/lib/action_view/vendor/html-scanner.rb
index d26ce6012c..fa31b5107b 100644
--- a/actionview/lib/action_view/vendor/html-scanner.rb
+++ b/actionview/lib/action_view/vendor/html-scanner.rb
@@ -1,7 +1,7 @@
require 'active_support/deprecation'
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/html-scanner"
-ActiveSupport::Deprecation.warn("html-scanner has been deprecated in favor of using Loofah in SanitizeHelper and ActionView::Assertions.")
+ActiveSupport::Deprecation.warn("html-scanner has been deprecated in favor of using Loofah in SanitizeHelper and Rails::Dom::Testing::Assertions.")
module HTML
extend ActiveSupport::Autoload