index.json.jbuilder 98 B

1234
  1. json.array!(@carts) do |cart|
  2. json.extract! cart,
  3. json.url cart_url(cart, format: :json)
  4. end