ref: master
vendor/plugins/xss_terminate/lib/rails_sanitize.rb
1 2 3 4
# This class exists so including the Rails HTML sanitization helpers doesn't polute your models. class RailsSanitize include ActionView::Helpers::SanitizeHelper end