]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.json.jsonify
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / notes / index.json.jsonify
diff --git a/app/views/notes/index.json.jsonify b/app/views/notes/index.json.jsonify
deleted file mode 100644 (file)
index cb75d41..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-json.type "FeatureCollection"
-
-json.features(@notes) do |note|
-  json.ingest! render(:partial => "note", :object => note)
-end