X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..6f074c9f203c79766ee1719afc10cfc457215eb6:/app/views/api/old_nodes/history.json.jbuilder diff --git a/app/views/api/old_nodes/history.json.jbuilder b/app/views/api/old_nodes/history.json.jbuilder index 96e8cca2d..3a800d07d 100644 --- a/app/views/api/old_nodes/history.json.jbuilder +++ b/app/views/api/old_nodes/history.json.jbuilder @@ -1,5 +1,5 @@ json.partial! "api/root_attributes" -json.elements(@elems) do |old_node| - json.partial! old_node +json.elements do + json.array! @elems, :partial => "old_node", :as => :old_node end