X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..5f2a5cadcb693b34b81a9232b8879c3b4f12843d:/app/views/api/ways/index.json.jbuilder?ds=inline diff --git a/app/views/api/ways/index.json.jbuilder b/app/views/api/ways/index.json.jbuilder index 19e59cfb8..7b8de5f1c 100644 --- a/app/views/api/ways/index.json.jbuilder +++ b/app/views/api/ways/index.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