Treating ActiveRecord's interface as private using FigLeaf
The fig-leaf gem from Avdi Grimm’s Objects causes ActiveRecord’s methods to be treated as a private interface. In this post, I apply this approach to a production Rails app and explain its benefits, as well as some of the challenges encountered.
Post a comment