mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-28 17:52:21 +01:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
json.array!(@groups) do |group|
|
||
|
json.id group.id
|
||
|
json.name group.name
|
||
|
end
|