1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00
fab-manager/app/views/api/event_themes/index.json.jbuilder

4 lines
76 B
Plaintext
Raw Normal View History

2016-06-29 10:38:04 +02:00
json.array!(@event_themes) do |theme|
json.extract! theme, :id, :name
end