mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
5 lines
116 B
Ruby
5 lines
116 B
Ruby
json.user do
|
|
json.id user.id
|
|
json.fullName user.full_name
|
|
json.avatarThumb avatar_path(user, :icon_small)
|
|
end
|