]> git.openstreetmap.org Git - rails.git/commit
Move the api methods from changeset_comments_controller into the api namespaced contr...
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:38:09 +0000 (12:38 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:38:09 +0000 (12:38 +0100)
commit947a41edee95df9e75cce0452277e2a00a8b5fa5
tree6acf36372cfb261afb2bfcad6f5b0c6c7062a4f5
parent1778fa3d9c25ae1a98386d3dcbb426eda5e62fbf
Move the api methods from changeset_comments_controller into the api namespaced controller
app/controllers/api/changeset_comments_controller.rb [new file with mode: 0644]
app/controllers/changeset_comments_controller.rb
config/routes.rb
test/controllers/api/changeset_comments_controller_test.rb [new file with mode: 0644]
test/controllers/changeset_comments_controller_test.rb