From d02b0db93cbd970ece8348158fe05329cb4d8739 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 17 Oct 2019 14:23:07 +0200 Subject: [PATCH] include module required for content_tag rendering --- app/controllers/my_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index c05339aa41..ac21dee346 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -31,6 +31,8 @@ class MyController < ApplicationController include Concerns::PasswordConfirmation include Concerns::UserPasswordChange + include ActionView::Helpers::TagHelper + layout 'my' helper_method :gon