]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/index.xml.builder
fix rubocop warnings
[rails.git] / app / views / notes / index.xml.builder
1 xml.instruct!
2
3 xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
4   osm << (render(:partial => "note", :collection => @notes) || "")
5 end