1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

change groups cache key name

This commit is contained in:
Peng DU 2016-09-20 11:39:49 +02:00 committed by Sylvain
parent 59efdcf880
commit 1a0e5519f6

View File

@ -1,3 +1,3 @@
json.cache! @groups do
json.cache! ['v1', @groups] do
json.partial! 'api/groups/group', collection: @groups, as: :group
end