projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
app
/
views
/
api
/
ways
/
ways_for_node.json.jbuilder
diff --git
a/app/views/api/ways/ways_for_node.json.jbuilder
b/app/views/api/ways/ways_for_node.json.jbuilder
index 19e59cfb8885d3ff00d9978d0faa9a8489fac154..7b8de5f1c975410e0f7dbc74ef089969bf9eaf01 100644
(file)
--- a/
app/views/api/ways/ways_for_node.json.jbuilder
+++ b/
app/views/api/ways/ways_for_node.json.jbuilder
@@
-1,5
+1,5
@@
json.partial! "api/root_attributes"
-json.elements
(@ways) do |way|
- json.
partial!
way
+json.elements
do
+ json.
array! @ways, :partial => "way", :as => :
way
end