1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-06 21:46:17 +01:00
fab-manager/app/views/api/groups/index.json.jbuilder

4 lines
103 B
Plaintext
Raw Normal View History

2016-09-20 11:39:49 +02:00
json.cache! ['v1', @groups] do
json.partial! 'api/groups/group', collection: @groups, as: :group
end