]> git.openstreetmap.org Git - rails.git/blob - app/views/api/changesets/index.json.jbuilder
Bump @stylistic/eslint-plugin-js from 3.0.1 to 3.1.0
[rails.git] / app / views / api / changesets / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.changesets do
4   json.array! @changesets, :partial => "changeset", :as => :changeset
5 end