1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00

4 lines
157 B
Ruby

json.array!(@notification_preferences) do |notification_preference|
json.extract! notification_preference, :id, :notification_type, :in_system, :email
end