]> git.openstreetmap.org Git - rails.git/commit
Use a common association name for node/way/relation models
authorTom Hughes <tom@compton.nu>
Wed, 20 Aug 2025 17:38:50 +0000 (18:38 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 25 Aug 2025 09:46:57 +0000 (10:46 +0100)
commitc16530bda0e40a93e3f61298ce3eea7adecc4862
treec71eac95569264044ca7eb1c83ba2958c6dc2456
parent26cd3671de354b44846d01496bbbffdc2b92bc4d
Use a common association name for node/way/relation models
16 files changed:
app/controllers/api/maps_controller.rb
app/controllers/api/relations_controller.rb
app/controllers/api/ways_controller.rb
app/controllers/nodes_controller.rb
app/controllers/old_nodes_controller.rb
app/controllers/old_relations_controller.rb
app/controllers/old_ways_controller.rb
app/controllers/relations_controller.rb
app/controllers/ways_controller.rb
app/models/node.rb
app/models/relation.rb
app/models/way.rb
test/models/node_test.rb
test/models/relation_test.rb
test/models/way_test.rb
test/test_helper.rb