mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
json.array!(@event_themes) do |theme|
|
|
json.extract! theme, :id, :name
|
|
end
|