projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/4704'
[rails.git]
/
app
/
views
/
api
/
notes
/
index.xml.builder
diff --git
a/app/views/api/notes/index.xml.builder
b/app/views/api/notes/index.xml.builder
index 286b1e1ccecd0b8513e77d41bc442aff826e21a1..ebb026e651396a5d8263e1a824feccbbe5023c13 100644
(file)
--- a/
app/views/api/notes/index.xml.builder
+++ b/
app/views/api/notes/index.xml.builder
@@
-1,5
+1,5
@@
xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
- osm << (render(
:partial => "note", :collection =>
@notes) || "")
+ osm << (render(@notes) || "")
end