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/products/index.json.jbuilder

6 lines
127 B
Plaintext
Raw Normal View History

2022-07-13 15:06:46 +02:00
# frozen_string_literal: true
json.array! @products do |product|
json.partial! 'api/products/product', product: product
end