mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
json.array!(@groups) do |group|
|
|
json.id group.id
|
|
json.name group.name
|
|
end
|