search for: users_users

Displaying 2 results from an estimated 2 matches for "users_users".

2008 Aug 29
3
Many to Many Relationship with One Model
Hey everyone, I''m working on allow users to follow other users in my app so they can receive updates to what all their friends are doing (like Facebook/ Twitter). I''m wondering on how the relationship would be for the model. Sounds like a HABTM type of association, but how would I go about doing it for only one model? Thanks, Tony
2006 Jul 30
0
making friend request, many to many relationship
Hey I have a users table, what should I do to make a "friend request table". I cant have a table called users_users and have two columns, user_id and user_id. Whats the proper way of doing it in Ruby? -- Posted via http://www.ruby-forum.com/.