]> git.openstreetmap.org Git - rails.git/commit
Create way version redaction resource
authorAnton Khorev <tony29@yandex.ru>
Tue, 11 Feb 2025 03:43:09 +0000 (06:43 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 17 Feb 2025 00:51:05 +0000 (03:51 +0300)
commit8ccdc50313737f43d5f007b299977568ee0e8689
tree93ff1b88e4a184dab6ba2478bdb3ae23424804a9
parent984dd624dd27140ea554c305117fd5a175a595a2
Create way version redaction resource
app/abilities/api_ability.rb
app/controllers/api/old_ways/redactions_controller.rb [new file with mode: 0644]
config/routes.rb
test/controllers/api/old_ways/redactions_controller_test.rb [new file with mode: 0644]
test/controllers/api/old_ways_controller_test.rb