scinote-web/app/views/client_api/users/show.json.jbuilder

6 lines
116 B
Ruby

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