diff options
author | Timm <kaspth@gmail.com> | 2013-10-12 12:41:09 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:20 +0200 |
commit | 50347b15fe610d5ad8a76a315b9eac7a6f538eb4 (patch) | |
tree | 868a923a8d8cb81896dd6e35b8bbaa6eb436d87b /actionview/lib/action_view | |
parent | 83f1563ee6cae34447b4ed12f8cf39cc15177a38 (diff) | |
download | rails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.tar.gz rails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.tar.bz2 rails-50347b15fe610d5ad8a76a315b9eac7a6f538eb4.zip |
Updated html-scanner deprecation message.
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r-- | actionview/lib/action_view/vendor/html-scanner.rb | 2 |
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 |