projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename api changesets index template
[rails.git]
/
app
/
views
/
api
/
changesets
/
index.xml.builder
1
xml.instruct! :xml, :version => "1.0"
2
3
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
4
@changesets.each do |changeset|
5
osm << render(changeset)
6
end
7
end