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