module HtmlHelper def strip_html(html) strip_tags(html).andand.gsub(/ /i, ' ').andand.gsub(/&/i, '&') end end