mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +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
|