]> git.openstreetmap.org Git - rails.git/commit
Use resourceful routes for api trace data
authorAnton Khorev <tony29@yandex.ru>
Tue, 10 Dec 2024 11:06:26 +0000 (14:06 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 10 Dec 2024 11:21:21 +0000 (14:21 +0300)
commit3adb697385824cb7b7208825d9ba3535d8f4d67f
tree04d94f15e356a231744eb1f7f7cafa60afb5d124
parentdb3debdd9e5dd09717a7ed144b34158619c85e08
Use resourceful routes for api trace data
app/abilities/api_ability.rb
app/controllers/api/traces/data_controller.rb [new file with mode: 0644]
app/controllers/api/traces_controller.rb
config/routes.rb
test/controllers/api/traces/data_controller_test.rb [new file with mode: 0644]
test/controllers/api/traces_controller_test.rb