Many to Many Associations in Ruby on Rails - A Teach Me ...

  • 13 years ago
I had several requests in UserVoice to provide a Many to Many tutorial in Rails. This is a demonstration of how to put together a "has and belongs to many" association and a "has many through" association.

This is somewhat basic to Ruby on Rails, but important if you need to associate different models.