# File lib/action_view/helpers/sanitize_helper.rb, line 89 def strip_links(html) self.class.link_sanitizer.sanitize(html) end