X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..fe81ac334cfef04751a959297dca24e472cb025f:/app/views/api/ways/show.json.jbuilder diff --git a/app/views/api/ways/show.json.jbuilder b/app/views/api/ways/show.json.jbuilder index acb93c1e7..92e570d86 100644 --- a/app/views/api/ways/show.json.jbuilder +++ b/app/views/api/ways/show.json.jbuilder @@ -1,5 +1,5 @@ json.partial! "api/root_attributes" -json.elements([@way]) do |way| - json.partial! way +json.elements do + json.array! [@way], :partial => "way", :as => :way end