Login
From:
Robert Mosolgo
(Uncensored)
subscribe
Happy Refactoring by Keeping ApplicationController to a Minimum
https://rmosolgo.github.io/rails/2015/01/17/happy-refactoring-by-keeping-applicationcontroller-to-a-minimum.html
links
backlinks
Roast topics
Find topics
Find it!
Extending ActionController::Baseonce, in ApplicationController, is a great Ruby on Rails practice. However, if ApplicationController is your only abstract controller, it’s likely to become a maintenance challen...