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