1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/views/api/notification_preferences/index.json.jbuilder

4 lines
157 B
Plaintext
Raw Normal View History

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