Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Can I use the has_many :through association to link tables, with more than 3 tables involved?

0
Rails

Hi all! Hope you dont mind a newbie question...

I need to categorize questions to several levels:
Subject
Book
Chapter
Section
Subsection
Minisection
Question
So Subject has many Books , Books has many Chapters... down to Minisection has many Questions .
I assume its like the more common Country -State-City- County- ect..
Is there a preferred way to set up tables and associations in this scenario?
Can I use the has_many :through association to link all the tables, with more than 3 tables involved?

Thanks!

Join the discussion
Create an account Log in