1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-10 21:24:20 +01:00
fab-manager/app/views/api/prices/index.json.jbuilder
2016-06-20 19:41:05 +02:00

4 lines
90 B
Ruby

json.cache! @prices do
json.prices @prices, partial: 'api/prices/price', as: :price
end