aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2016-03-31 09:32:28 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2016-03-31 09:32:28 +0530
commit043bcc88b51ba12b45a4d3981a2d62bdc71b121a (patch)
tree08388f8e93972f033b7d2e5b49974d5d1e76abaf /actionview
parenta564fecbd0c96815664067b727817045459cae98 (diff)
downloadrails-043bcc88b51ba12b45a4d3981a2d62bdc71b121a.tar.gz
rails-043bcc88b51ba12b45a4d3981a2d62bdc71b121a.tar.bz2
rails-043bcc88b51ba12b45a4d3981a2d62bdc71b121a.zip
sanitiser helper may be remove in 5.1, update doc [ci skip]
using `rails-html-sanitizer` gem still Rails providing strip_tags, strip_links features. May be remove in 5.1
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