5 lines
126 B
Text
5 lines
126 B
Text
json.type "FeatureCollection"
|
|
|
|
json.features(@notes) do |note|
|
|
json.ingest! render(:partial => "note", :object => note)
|
|
end
|