]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/show.json.jsonify
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / api / notes / show.json.jsonify
diff --git a/app/views/api/notes/show.json.jsonify b/app/views/api/notes/show.json.jsonify
new file mode 100644 (file)
index 0000000..3e5685f
--- /dev/null
@@ -0,0 +1 @@
+json.ingest! render(:partial => "note", :object => @note)