1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-31 20:52:21 +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