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

7 lines
331 B
Ruby

json.timeZone timeZone
json.assignmentsNotification notifications['assignments']
json.assignmentsEmailNotification notifications['assignments_email']
json.recentNotification notifications['recent']
json.recentEmailNotification notifications['recent_email']
json.systemMessageEmailNofification notifications['system_message_email']