mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
json.array!(@event_themes) do |theme|
|
||
|
json.extract! theme, :id, :name
|
||
|
end
|