I'm using 1.4.2 which still has Rails support, but I get this error when a wunderbar _html template
uninitialized constant Wunderbar::HtmlMarkup
I did include it in the Gemfile as
gem 'wunderbar', '1.4.2', require: 'wunderbar/rails'
Is there another step?