Displaying 1 result from an estimated 1 matches for "product_list_1_id".
2006 Feb 02
1
Two foreign keys to the same table
Hi,
I''ve two tables:
ProductLists (id, name, ...)
Product (id,name,product_list_1_id, product_list_2_id, ...)
How can I map the fields product_list_1_id and product_list_2_id to the
ProductLists table in activerecord?????
Thanks.
--
Posted via http://www.ruby-forum.com/.