1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/app/views/api/groups/index.json.jbuilder

4 lines
95 B
Plaintext
Raw Normal View History

json.cache! @groups do
json.partial! 'api/groups/group', collection: @groups, as: :group
end