mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
|
json.extract! @notification, :id, :notification_type_id, :notification_type, :created_at, :is_read
|
||
|
json.attached_object @notification.attached_object
|
||
|
json.message do
|
||
|
json.partial! "/api/notifications/#{@notification.notification_type}", notification: @notification
|
||
|
end
|