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