]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.xml.builder
Move the notes api methods into a controller in the api namespace
[rails.git] / app / views / notes / index.xml.builder
diff --git a/app/views/notes/index.xml.builder b/app/views/notes/index.xml.builder
deleted file mode 100644 (file)
index c1c2be7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-xml.instruct!
-
-xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
-  osm << (render(:partial => "note", :collection => @notes) || "")
-end