BathHacked/energy-sparks

View on GitHub
app/views/schools/_school.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! school, :id, :name, :school_type, :address, :postcode, :website, :created_at, :updated_at
json.url school_url(school, format: :json)