mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +08:00
6 lines
115 B
Text
6 lines
115 B
Text
|
json.user do
|
||
|
json.id user.id
|
||
|
json.fullName user.full_name
|
||
|
json.avatarPath avatar_path(user, :icon_small)
|
||
|
end
|