]> git.openstreetmap.org Git - rails.git/blob - app/views/api/relations/index.json.jbuilder
Alight the max-width of the content to one of the bootstrap breakpoints
[rails.git] / app / views / api / relations / index.json.jbuilder
1 json.partial! "api/root_attributes"
2
3 json.elements(@relations) do |relation|
4   json.partial! relation
5 end