mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #33340 from ttanimichi/patch-1
[ci skip] `sanitizer_vendor` will be removed in Rails 6
This commit is contained in:
commit
ac2ada3e00
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ module ActionView
|
||||||
attr_writer :full_sanitizer, :link_sanitizer, :white_list_sanitizer
|
attr_writer :full_sanitizer, :link_sanitizer, :white_list_sanitizer
|
||||||
|
|
||||||
# Vendors the full, link and white list sanitizers.
|
# 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
|
def sanitizer_vendor
|
||||||
Rails::Html::Sanitizer
|
Rails::Html::Sanitizer
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue