]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changeset_comments/index.json.jbuilder
Switch from 'max_id' to 'before' parameter in history lists
[rails.git] / app / views / api / changeset_comments / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.comments(@comments) do |comment|
4   json.partial! comment
5 end