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

fix Docs [ci skip]

This commit is contained in:
amitkumarsuroliya 2015-08-18 00:41:17 +05:30
parent 54042c45e3
commit bb289b9409

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 compabitility and can be removed in Rails 5.
# Provided strictly for compatibility and can be removed in Rails 5.
def sanitizer_vendor
Rails::Html::Sanitizer
end