1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/views/api/event_themes/index.json.jbuilder
2016-06-29 10:38:04 +02:00

4 lines
76 B
Ruby

json.array!(@event_themes) do |theme|
json.extract! theme, :id, :name
end