]> git.openstreetmap.org Git - rails.git/commit
Jbuilder: render collections of partials
authormmd-osm <mmd.osm@gmail.com>
Thu, 27 Jun 2024 20:44:37 +0000 (22:44 +0200)
committermmd-osm <mmd.osm@gmail.com>
Thu, 27 Jun 2024 20:44:37 +0000 (22:44 +0200)
commit8c20bc1d98156af2501c9c4ec324473dc72a0994
tree35a64eac36f5ea6cb680b0520235c202245ecac5
parent1c8881e20d778622abb65db90f611c64503cbd52
Jbuilder: render collections of partials
19 files changed:
app/views/api/map/index.json.jbuilder
app/views/api/nodes/index.json.jbuilder
app/views/api/nodes/show.json.jbuilder
app/views/api/old_nodes/history.json.jbuilder
app/views/api/old_nodes/show.json.jbuilder
app/views/api/old_relations/history.json.jbuilder
app/views/api/old_relations/show.json.jbuilder
app/views/api/old_ways/history.json.jbuilder
app/views/api/old_ways/show.json.jbuilder
app/views/api/relations/full.json.jbuilder
app/views/api/relations/index.json.jbuilder
app/views/api/relations/relations_for_node.json.jbuilder
app/views/api/relations/relations_for_relation.json.jbuilder
app/views/api/relations/relations_for_way.json.jbuilder
app/views/api/relations/show.json.jbuilder
app/views/api/ways/full.json.jbuilder
app/views/api/ways/index.json.jbuilder
app/views/api/ways/show.json.jbuilder
app/views/api/ways/ways_for_node.json.jbuilder