1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/app/views/api/notifications/_notify_member_training_invalidated.json.jbuilder
2023-04-05 11:31:38 +02:00

5 lines
186 B
Ruby

# frozen_string_literal: true
json.title notification.notification_type
json.description t('.invalidated', **{ MACHINES: notification.attached_object.machines.map(&:name).join(', ') })