SyntaxFix
Write A Post
Hire A Developer
Questions
In rails 6, simply add this to your controller:
class UsersController < ApplicationController include UsersHelper # Your actions end
Now the user_helpers.rb will be available in the controller.