Problems with typical Rails controllers and before actions
One of the most common practices when writing controllers in Rails is using before_actions to keep them DRY. But what happens when the readability drastically deteriorates after making the code DRY to the max? Is it still worth it? Read more at blog.ragnarson.com
Comments
Excellent article.
Post a comment