mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
10 lines
325 B
Ruby
10 lines
325 B
Ruby
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
|
|
|