aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-03-31 23:26:31 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-03-31 23:26:31 +0200
commita26a3a075637215c9028308436ca89cba8da2ed5 (patch)
tree8315d0b3d4ec4a1ae5bc5b911e87df64c5dec150 /actionview
parent7fd72fa4b779c812c98cfb748287554ba5090f6b (diff)
parent043bcc88b51ba12b45a4d3981a2d62bdc71b121a (diff)
downloadrails-a26a3a075637215c9028308436ca89cba8da2ed5.tar.gz
rails-a26a3a075637215c9028308436ca89cba8da2ed5.tar.bz2
rails-a26a3a075637215c9028308436ca89cba8da2ed5.zip
Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc
sanitiser helper may be remove in 5.1, update doc [ci skip]
Diffstat (limited to 'actionview')
-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 191a881de0..f9784c3483 100644
--- a/actionview/lib/action_view/helpers/sanitize_helper.rb
+++ b/actionview/lib/action_view/helpers/sanitize_helper.rb
@@ -120,7 +120,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.
+ # Provided strictly for compatibility and can be removed in Rails 5.1.
def sanitizer_vendor
Rails::Html::Sanitizer
end