# File lib/action_view/helpers/sanitize_helper.rb, line 51
      def sanitize(html, options = {})
        self.class.white_list_sanitizer.sanitize(html, options).try(:html_safe)
      end