scinote-web/app/views/client_api/users/show.json.jbuilder
2017-09-14 11:46:49 +02:00

5 lines
115 B
Ruby

json.user do
json.id user.id
json.fullName user.full_name
json.avatarPath avatar_path(user, :icon_small)
end