5 lines
107 B
Ruby
5 lines
107 B
Ruby
json.type "FeatureCollection"
|
|
|
|
json.features do
|
|
json.array! @notes, :partial => "note", :as => :note
|
|
end
|