scinote-web/app/views/client_api/users/profile.json.jbuilder

8 lines
186 B
Text
Raw Normal View History

2017-09-14 17:46:49 +08:00
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