1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc

sanitiser helper may be remove in 5.1, update doc [ci skip]
This commit is contained in:
Kasper Timm Hansen 2016-03-31 23:26:31 +02:00
commit a26a3a0756

View file

@ -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