]> git.openstreetmap.org Git - rails.git/commit
Move trace pictures/icons into their own controllers
authorAnton Khorev <tony29@yandex.ru>
Wed, 27 Mar 2024 10:25:28 +0000 (13:25 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 27 Mar 2024 10:25:28 +0000 (13:25 +0300)
commit180a61bcc30a165899e0bbadb77d1114170a0fda
tree259b8511450131cb0dc7b8797f0acc330eaf8921
parentaf5d76ecabb8b6a6b35d8df262806367ec4a87cc
Move trace pictures/icons into their own controllers
app/abilities/ability.rb
app/controllers/traces/icons_controller.rb [new file with mode: 0644]
app/controllers/traces/pictures_controller.rb [new file with mode: 0644]
app/controllers/traces_controller.rb
config/routes.rb
test/controllers/traces/icons_controller_test.rb [new file with mode: 0644]
test/controllers/traces/pictures_controller_test.rb [new file with mode: 0644]
test/controllers/traces_controller_test.rb