]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/show.xml.builder
Use EJS templates for notes
[rails.git] / app / views / notes / show.xml.builder
1 xml.instruct!
2
3 xml << render(:partial => "note", :object => @note)