Displaying 1 result from an estimated 1 matches for "cornholio".
Did you mean:
cornelio
2008 Aug 01
2
Is this a many to many relationship??
So i have one table of data, each data object has two owners from the
users table.
so it''s
data table
id owner1_id owner2_id
---------------------
5 1 2
10 1 2
owner table
id name
---------------
1 bob
2 cornholio
so when i pull records from the data table for owner1_id how would i
access the name field of owner id 2?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails...