openstreetmap-website/app/views/api/changeset_comments/index.json.jbuilder
2025-02-15 19:35:24 +03:00

5 lines
103 B
Ruby

json.partial! "api/root_attributes"
json.comments(@comments) do |comment|
json.partial! comment
end