aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsukuru Tanimichi <info+git@ttanimichi.com>2018-07-11 10:04:49 +0900
committerGitHub <noreply@github.com>2018-07-11 10:04:49 +0900
commit4eb9c01e394605c4564ea49a125f466f8fbdfe5f (patch)
tree31242d9aa2566188841311512c5cc49b29e5a26f
parent7fc499d1353f98b96c09ee755045e4aa37880962 (diff)
downloadrails-4eb9c01e394605c4564ea49a125f466f8fbdfe5f.tar.gz
rails-4eb9c01e394605c4564ea49a125f466f8fbdfe5f.tar.bz2
rails-4eb9c01e394605c4564ea49a125f466f8fbdfe5f.zip
[ci skip] `sanitizer_vendor` will be removed in Rails 6
Related to https://github.com/rails/rails/pull/24386#issuecomment-403926683
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper.rb2
1 files changed, 1 insertions, 1 deletions
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