Re: Newbie question: how to save a HABTM association

2007-07-18 Thread Langdon Stevenson
Hi bingomanatee This topic is covered in the manual, and extensively in this group's archive. I have just had to refresh myself today on how it all work to change some code. So, have a look through the HABTM section of the Manual, then search the group and I am sure you will get your answers

Newbie question: how to save a HABTM association

2007-07-18 Thread bingomanatee
Simple question: how do you save a HABTM association? do you have to cretae a model for the joining table or can you do if from one of the two related model classes? i.e., if I have a table TableA and a TableB and in TableA's model class I've created a HABTM association through tableC (= tablea_i