Is your feature request related to a problem? Please describe.
There are some cases when some methods are duplicated in a controller (usually ApplicationContoller) and in the helpers (usually ApplicationHelper).
And we can use https://apidock.com/rails/ActionController/Helpers/ClassMethods/helper_method instead.
This is a Rails specific issue