]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changeset_comments/index.json.jbuilder
Add frozen_string_literal comments to ruby files
[rails.git] / app / views / api / changeset_comments / index.json.jbuilder
1 # frozen_string_literal: true
2
3 json.partial! "api/root_attributes"
4
5 json.comments(@comments) do |comment|
6   json.partial! comment
7 end