From 50347b15fe610d5ad8a76a315b9eac7a6f538eb4 Mon Sep 17 00:00:00 2001 From: Timm Date: Sat, 12 Oct 2013 12:41:09 +0200 Subject: Updated html-scanner deprecation message. --- actionview/lib/action_view/vendor/html-scanner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') 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 -- cgit v1.2.3