mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
8 lines
218 B
Ruby
8 lines
218 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)
|
|
end
|