mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 23:21:30 +08:00
8 lines
220 B
Text
8 lines
220 B
Text
|
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
|