1
vote
1answer
98 views
How deep (how many tables away) can my [has_many :through] association “path” be?
The following db design example is given in the Agile Rails book to teach the has_many :through code...
[Article]----<[Readings]>----[User]
This is all quite easy to understand at first. …
