include module required for content_tag rendering

pull/7788/head
ulferts 5 years ago
parent 4ae94bd7f4
commit d02b0db93c
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      app/controllers/my_controller.rb

@ -31,6 +31,8 @@
class MyController < ApplicationController class MyController < ApplicationController
include Concerns::PasswordConfirmation include Concerns::PasswordConfirmation
include Concerns::UserPasswordChange include Concerns::UserPasswordChange
include ActionView::Helpers::TagHelper
layout 'my' layout 'my'
helper_method :gon helper_method :gon

Loading…
Cancel
Save