search for: buddies_waiting_for_acceptance

Displaying 1 result from an estimated 1 matches for "buddies_waiting_for_acceptance".

2006 Jan 12
0
HABTM with conditional field in relation table
...ies(member_id, buddy_id, accepted) But how can I implement now, that I have the following...? josh $ ./script/console josh $ m = Member.find(1) josh $ m.buddies # should give an array of only the buddies that have accepted (actually gives a list of all the member''s buddies atm) josh $ m.buddies_waiting_for_acceptance # should give an array of only the buddies that I didn''t accept yet josh $ m.buddies_you_dont_accept # should give an array of buddies of whom you don''t want to be added as buddy josh $ m.buddies_that_dont_accept_you # should give an array of buddies that don''t accept...