Move changeset builder views to the api namespace

This commit is contained in:
Andy Allan 2019-03-13 12:04:54 +01:00 committed by Tom Hughes
parent 538bfed8a6
commit 656ed0af76
5 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,7 @@
xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(:partial => "api/changesets/changeset.builder", :locals => { :changeset => @changeset })
end