I'm trying to figure out a way to create this relationship:

a user has many friends which are themselves users

I have an existing 'users' table in the database. I've created a
'friends' database with:

id: integer
user_id: integer
friend_id: ineteger

I would like to create relationship so I could do something like:

friends_array = user.friends

where friends_array would be an array of 'user' objects.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to