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