]> git.openstreetmap.org Git - rails.git/commit
Move the api trace methods into a separate controller under the api namespace
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 15:21:29 +0000 (16:21 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 28 Feb 2019 16:12:28 +0000 (17:12 +0100)
commit5f59845575ed313688eca669fd73f4f6a5993c23
tree6e8db20aeb2e07b1c7eb61818213008d12f260c2
parentd7dd618d8f399300172023ddcffa23a7d9b1e6a8
Move the api trace methods into a separate controller under the api namespace
.rubocop_todo.yml
app/controllers/api/traces_controller.rb [new file with mode: 0644]
app/controllers/traces_controller.rb
config/routes.rb
test/controllers/api/traces_controller_test.rb [new file with mode: 0644]
test/controllers/traces_controller_test.rb