]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/show.xml.builder
Restructure notes URLs according to standard rails conventions
[rails.git] / app / views / notes / show.xml.builder
diff --git a/app/views/notes/show.xml.builder b/app/views/notes/show.xml.builder
new file mode 100644 (file)
index 0000000..cfb28c2
--- /dev/null
@@ -0,0 +1,3 @@
+xml.instruct!
+
+xml << render(:partial => "note", :object => @note)