openstreetmap-website/app/views/api/changesets/show.json.jbuilder
Anton Khorev 558c8765f5 Rename api changeset show template
Make template name correspond to action name.
2024-03-30 08:10:24 +03:00

5 lines
86 B
Ruby

json.partial! "api/root_attributes"
json.changeset do
json.partial! @changeset
end