How I Do Rails Controllers
In light of DHH’s current insights on how to structure Rails controllers, I’d like to share how I typically handle controllers in a Rails application. (tl;dr I use CanCanCan and Responders to keep my controllers lean and boring.)
Post a comment