mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
4 lines
157 B
Ruby
4 lines
157 B
Ruby
json.array!(@notification_preferences) do |notification_preference|
|
|
json.extract! notification_preference, :id, :notification_type, :in_system, :email
|
|
end
|