mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
9 lines
252 B
Ruby
9 lines
252 B
Ruby
json.user do
|
|
json.id user.id
|
|
json.fullName user.full_name
|
|
json.initials user.initials
|
|
json.email user.email
|
|
json.avatarPath avatar_path(user, :icon_small)
|
|
json.avatarThumbPath avatar_path(user, :thumb)
|
|
json.statistics user.statistics
|
|
end
|