mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-12 18:05:18 +08:00
6 lines
164 B
Ruby
6 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
|