scinote-web/app/views/client_api/users/preferences.json.jbuilder
2017-10-05 13:56:56 +02:00

6 lines
340 B
Ruby

json.timeZone timeZone
json.assignments_notification notifications['assignments']
json.assignments_email_notification notifications['assignments_email']
json.recent_notification notifications['recent']
json.recent_email_notification notifications['recent_email']
json.system_message_email_notification notifications['system_message_email']