From 4eb9c01e394605c4564ea49a125f466f8fbdfe5f Mon Sep 17 00:00:00 2001 From: Tsukuru Tanimichi Date: Wed, 11 Jul 2018 10:04:49 +0900 Subject: [ci skip] `sanitizer_vendor` will be removed in Rails 6 Related to https://github.com/rails/rails/pull/24386#issuecomment-403926683 --- actionview/lib/action_view/helpers/sanitize_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/helpers/sanitize_helper.rb b/actionview/lib/action_view/helpers/sanitize_helper.rb index 275a2dffb4..cb0c99c4cf 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper.rb @@ -126,7 +126,7 @@ module ActionView attr_writer :full_sanitizer, :link_sanitizer, :white_list_sanitizer # Vendors the full, link and white list sanitizers. - # Provided strictly for compatibility and can be removed in Rails 5.1. + # Provided strictly for compatibility and can be removed in Rails 6. def sanitizer_vendor Rails::Html::Sanitizer end -- cgit v1.2.3