1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/app/views/api/notifications/_notify_member_training_invalidated.json.jbuilder

5 lines
184 B
Ruby

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