Don’t use before_action to load data
Interesting point of view about what is really important when writing code in rails controllers, but the argument can be extended to all aspects of ruby programming.
IMHO the point is truly valid: complete DRYness is not the greater good, clarity and readability must be paramount whenever other priorities (ie. performance… but hey, you’re using ruby after all!) have not been set.
Leave a Reply