search for: has_many_belong_to_mani

Displaying 1 result from an estimated 1 matches for "has_many_belong_to_mani".

2006 Sep 25
2
How to insert data into a relational database?
Hi. Please do bear with me as I am a newbie. I think I understand how to setup the relation using "has_many" with "through". What I need to know is how to insert data into the tables in the controller. For example, I have company details like name, address and country. I also have a category table like audio, video, events and lighting. Once I setup the relations, I need