forked from jasder/forgeplus
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
json.count @total_count
|
||
|
json.schools do
|
||
|
json.array! @schools.each do |school|
|
||
|
json.extract! school, :id, :name
|
||
|
end
|
||
|
end
|