87828 threads
1548 threads
1 email from 1 person
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