scinote-web/app/views/client_api/users/show.json.jbuilder
2017-08-22 09:39:50 +02:00

7 lines
164 B
Ruby

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