]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/api/notes/_note.rss.builder
Rename api_notes resource to avoid conflict with non-API resource
[rails.git] / app / views / api / notes / _note.rss.builder
index 968b4dc672363e0c82835e19a60f46717a9cca33..a26f54aa8eebd971a87f7d4742a6b675d9b374c3 100644 (file)
@@ -10,7 +10,7 @@ xml.item do
   end
 
   xml.link browse_note_url(note)
-  xml.guid note_url(note)
+  xml.guid api_note_url(note)
   xml.description render(:partial => "description", :object => note, :formats => [:html])
 
   xml.dc :creator, note.author.display_name if note.author