rails_sanitize.rb 166 Bytes
# This class exists so including the Rails HTML sanitization helpers doesn't polute your models.
class RailsSanitize
  include ActionView::Helpers::SanitizeHelper
end