]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/index.xml.builder
Fix exeption in GeoRSS formatting for notes
[rails.git] / app / views / notes / index.xml.builder
1 xml.instruct!
2
3 xml.notes << (render(:partial => "note", :collection => @notes) || "")