SophieDeBenedetto/purrfectmatch

View on GitHub
app/views/pets/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array!(@pets) do |pet|
  json.extract! pet, :id
  json.url pet_url(pet, format: :json)
end