openstreetmap-website/app/views/api/changesets/show.xml.builder
Anton Khorev 558c8765f5 Rename api changeset show template
Make template name correspond to action name.
2024-03-30 08:10:24 +03:00

5 lines
122 B
Ruby

xml.instruct! :xml, :version => "1.0"
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@changeset)
end