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

6 lines
115 B
Ruby

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