Rename api changeset show template
Make template name correspond to action name.
This commit is contained in:
parent
50df5eefcc
commit
558c8765f5
4 changed files with 6 additions and 7 deletions
5
app/views/api/changesets/show.xml.builder
Normal file
5
app/views/api/changesets/show.xml.builder
Normal file
|
@ -0,0 +1,5 @@
|
|||
xml.instruct! :xml, :version => "1.0"
|
||||
|
||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||
osm << render(@changeset)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue