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

7 lines
340 B
Text
Raw Normal View History

json.timeZone timeZone
2017-10-05 19:56:56 +08:00
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']