openstreetmap-website/app/views/api/old_nodes/history.json.jbuilder

5 lines
102 B
Ruby

json.partial! "api/root_attributes"
json.elements(@elems) do |old_node|
json.partial! old_node
end