5 lines
88 B
Ruby
5 lines
88 B
Ruby
json.type "FeatureCollection"
|
|
|
|
json.features(@notes) do |note|
|
|
json.partial! note
|
|
end
|