]> git.openstreetmap.org Git - rails.git/commit
Create user traces resource in api namespace
authorAnton Khorev <tony29@yandex.ru>
Sat, 21 Dec 2024 02:11:13 +0000 (05:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 27 Dec 2024 02:44:09 +0000 (05:44 +0300)
commit880032ed853727c8e86133e8b3283d61ffc167c0
tree837d81e97e2b148eeb26dd3ec595f22b95eedebb
parente6b23c133ee69d937cc44ec48cd2947b985b4ad1
Create user traces resource in api namespace
app/abilities/api_ability.rb
app/controllers/api/users/traces_controller.rb [new file with mode: 0644]
app/controllers/api/users_controller.rb
app/views/api/users/traces/index.builder [moved from app/views/api/users/gpx_files.builder with 100% similarity]
config/routes.rb
test/controllers/api/users/traces_controller_test.rb [new file with mode: 0644]
test/controllers/api/users_controller_test.rb