# File lib/action_view/helpers/sanitize_helper.rb, line 83 def strip_tags(html) self.class.full_sanitizer.sanitize(html).try(:html_safe) end