]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/index.xml.builder
Explicitly set text/plain as the type for error responses
[rails.git] / app / views / notes / index.xml.builder
1 xml.instruct!
2
3 xml.notes << (render(:partial => "note", :collection => @notes) || "")