Move changeset builder views to the api namespace
This commit is contained in:
parent
538bfed8a6
commit
656ed0af76
5 changed files with 11 additions and 11 deletions
7
app/views/api/changesets/changeset.builder
Normal file
7
app/views/api/changesets/changeset.builder
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue