Displaying 1 result from an estimated 1 matches for "buddies_not_confirmed".
2006 Jan 12
2
Why doesn''t it print out username?
Hi all
I have the following code in an rhtml template:
<%= member.buddies_not_confirmed.each { |b| b.username } %>
I want it to print out
PeterPaulMary etc.
But it prints me
#<Member:0x24a7e0c>#<Member:0x24a7dd0>#<Member:0x24a7d80> etc.
What''s wrong here? Sorry for this newbie-like question (although I am a
newbie ;-) ).
Thanks for help.
Josh
--...