sqm-dashboards/app/views/schools/index.json.jbuilder
2017-03-01 13:23:54 -05:00

4 lines
132 B
Ruby

json.array!(@schools) do |school|
json.extract! school, :id, :name, :district_id
json.url school_url(school, format: :json)
end