search for: name2_id

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

Did you mean: name1_id
2006 Feb 03
0
One table with two keys to another table
Hi, I''ve a table, say "ProductNames" with fields (id,name) and another table "Products" with fields (id,name1_id,name2_id,name3_id) How should I map this with RoR? Thanks