Rails 6: Controller helper methods still in the /app/helpers folder?

Viewed 420

Can I still define helper methods in /app/helpers/<controller_name>/<file_name>.rb or do I have to use Concerns now?

And if I have written a helper-method where-ever the cool place to put them in Rails 6 is now by what command do I now make them available to the view according to the controller action?

1 Answers
Related