I read this:
http://jrhicks.net/Projects/rails/has_many_and_belongs_to_many.pdf
It is from 2005, so some of it has old screenshots (and it looks like
Windows).
Do I really create that third table on my own? Rails doesn't
automagically create it?
I have students and parents. Students can have more than one parent
and a parent can have more than one student. So I have to create a
students_parents table to track the connections? How will rails know
it is that instead of a parents_students table?
Thanks,
--Colin