retest/app/views/products/index.json.jbuilder

5 lines
139 B
Ruby

json.array!(@products) do |product|
json.extract! product, :name, :qnt, :val, :active
json.url product_url(product, format: :json)
end