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

4 lines
90 B
Plaintext
Raw Normal View History

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