class Rails::Html::Sanitizer
Constants
- VERSION
Public Class Methods
full_sanitizer()
click to toggle source
# File lib/rails-html-sanitizer.rb, line 10 def full_sanitizer Html::FullSanitizer end
link_sanitizer()
click to toggle source
# File lib/rails-html-sanitizer.rb, line 14 def link_sanitizer Html::LinkSanitizer end
white_list_sanitizer()
click to toggle source
# File lib/rails-html-sanitizer.rb, line 18 def white_list_sanitizer Html::WhiteListSanitizer end