4 lines
98 B
Ruby
4 lines
98 B
Ruby
json.array!(@carts) do |cart|
|
|
json.extract! cart,
|
|
json.url cart_url(cart, format: :json)
|
|
end
|