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

10 lines
324 B
Plaintext
Raw Normal View History

2017-09-14 17:46:49 +08:00
json.user do
json.notifications do
json.assignments user.assignments_notification
json.assignments_email user.assignments_notification_email
json.recent user.recent_notification
json.recent_email user.recent_notification_email
json.system_message_email user.system_message_notification_email
end
end