mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updated html-scanner deprecation message.
This commit is contained in:
parent
83f1563ee6
commit
50347b15fe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'active_support/deprecation'
|
require 'active_support/deprecation'
|
||||||
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/html-scanner"
|
$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
|
module HTML
|
||||||
extend ActiveSupport::Autoload
|
extend ActiveSupport::Autoload
|
||||||
|
|
Loading…
Reference in a new issue