search for: buddies_you_dont_accept

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

2006 Jan 12
0
HABTM with conditional field in relation table
...e 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 you as buddy I want to have the following code numbers in the accepted field: 0 - waiting for acceptance 1 -...