|
collection @user.followings
|
|
|
|
node :user_id do |following|
|
|
following.id
|
|
end
|
|
|
|
node :name do |following|
|
|
following.name
|
|
end
|
|
|
|
node :location do |following|
|
|
following.location
|
|
end
|
|
|
|
node :musician do |following|
|
|
following.musician
|
|
end
|
|
|
|
node :photo_url do |following|
|
|
following.photo_url
|
|
end |