]> git.openstreetmap.org Git - rails.git/blob - app/views/api/users/traces/index.json.jbuilder
Add missing require for maplibre-gl-omt-language
[rails.git] / app / views / api / users / traces / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.traces @traces do |trace|
4   json.partial! "api/traces/trace", :trace => trace
5 end