mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
11 lines
325 B
Text
11 lines
325 B
Text
|
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
|
||
|
|