]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changeset_comments/index.json.jbuilder
Rename top/active version parameters to top/active page
[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