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