many-to-many
Rails has and belongs to many (habtm) demystified
Posted by Michael on October 27, 2008 in CSS, Programming, Ruby Language
Every time I have to implement a many-to-many relationship between Rails models, I seem to have to figure out how to do it effectively all over again. Especially as Rails seems to evolve the relational hooks with better support and elegance. Here, I will show a has_and_belongs_to_many strategy that works well for me. Along the way, I’ll expose a few other minor tricks, such as adding a custom inflector for pluralizing your model or not adding the ID column on a table declaration.

Stumble It!