]> git.openstreetmap.org Git - rails.git/commit
Move the trackpoints call into its own controller (and rename to tracepoints)
authorAndy Allan <git@gravitystorm.co.uk>
Sat, 23 Feb 2019 14:53:49 +0000 (15:53 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 10:00:28 +0000 (11:00 +0100)
commit317b8f9d45b25c4060bda337edfb73594834d275
tree089f20e0812a25c9f21f3e7f65f6b3bad13f7d62
parent6a4092bc1678bd6bf4cd96243466e69c3e3995bb
Move the trackpoints call into its own controller (and rename to tracepoints)
app/abilities/ability.rb
app/controllers/api/tracepoints_controller.rb [new file with mode: 0644]
app/controllers/api_controller.rb
config/routes.rb
test/controllers/api/tracepoints_test.rb [new file with mode: 0644]
test/controllers/api_controller_test.rb