mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +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
|