Hi Guys, quick question.
If I type in my console
u = User.first
u.friends(&map:username)
I geht ["Peter", "Mary", "Jane"]
But I also want to show the birthday, so how do I do that?
u.friends(&map:username, &map:birthday)
doesn't work thanks in advance