In one of my Rails projects, I have this one class that strips HTML from some user submitted text. Instead of reinventing the wheel, I reused the Rails view helper strip_tags() by including the relevant module: class Presenter include ActionView::Helpers::SanitizeHelper end This worked great until I upgraded the Rails framework to v2.2.2. The following error began appearing: undefined method `full