mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
8 lines
186 B
Text
8 lines
186 B
Text
|
json.user do
|
||
|
json.full_name user.full_name
|
||
|
json.initials user.initials
|
||
|
json.email user.email
|
||
|
json.avatar_thumb_path avatar_path(user, :thumb)
|
||
|
json.time_zone user.time_zone
|
||
|
end
|