]> git.openstreetmap.org Git - rails.git/commit
Move the changes api to its own controller
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 09:27:48 +0000 (10:27 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 10:00:28 +0000 (11:00 +0100)
commitd887252eeb49f905a979c21f2559c85d9a0455bd
treea5cac0429d06006d298b103d8d40cc924c16dd05
parent8383fd0928a3a431dc58c48d42bf1d19bc43ea34
Move the changes api to its own controller
app/abilities/ability.rb
app/controllers/api/changes_controller.rb [new file with mode: 0644]
app/controllers/api_controller.rb
config/routes.rb
test/controllers/api/changes_controller_test.rb [new file with mode: 0644]
test/controllers/api_controller_test.rb