Rails belongs_to association - refactor queries like you never did before
Since belongs_to relation is one of the most common association in each Rails application I bet that you deal with it many times in your application. I will show you how to refactor your queries and make them reusable - http://pdabrowski.com/blog/ruby-on-rails/rails-belongs-to-association-refactoring/
Post a comment