mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
9 lines
324 B
Ruby
9 lines
324 B
Ruby
json.user do
|
|
json.notifications do
|
|
json.assignments user.assignments_notification
|
|
json.assignments_email user.assignments_email_notification
|
|
json.recent user.recent_notification
|
|
json.recent_email user.recent_email_notification
|
|
json.system_message_email user.system_message_email_notification
|
|
end
|
|
end
|