index.json.jbuilder 121 B

1234
  1. json.array!(@customers) do |customer|
  2. json.extract! customer, :id
  3. json.url customer_url(customer, format: :json)
  4. end