module Rails::DeprecatedSanitizer

Constants

VERSION

Public Instance Methods

full_sanitizer() click to toggle source
# File lib/rails/deprecated_sanitizer.rb, line 9
def full_sanitizer
  HTMLDeprecated::FullSanitizer
end
safe_list_sanitizer() click to toggle source
# File lib/rails/deprecated_sanitizer.rb, line 21
def safe_list_sanitizer
  HTMLDeprecated::WhiteListSanitizer
end
white_list_sanitizer() click to toggle source
# File lib/rails/deprecated_sanitizer.rb, line 17
def white_list_sanitizer
  HTMLDeprecated::WhiteListSanitizer
end