scinote-web/app/views/client_api/notifications/index.json.jbuilder
2017-08-08 15:44:28 +02:00

8 lines
220 B
Ruby

json.array! notifications do |notification|
json.id notification.id
json.title notification.title
json.message notification.message
json.type_of notification.type_of
json.created_at notification.created_at
end