Using helper methods inside your controllers
Have you ever needed to use a helper method inside your controller? I did, a few times. If you included the helper module inside the controller, since Rails 3, as I did many times before, you did it wrong.
Read more: https://medium.com/little-programming-joys/using-helper-methods-inside-your-controllers-51dd5e39ee72
Post a comment