]> git.openstreetmap.org Git - rails.git/commit
Move the amf and swf controllers into the api namespace
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 14:52:20 +0000 (15:52 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 28 Feb 2019 16:12:28 +0000 (17:12 +0100)
commit46bc4650d2123a2233e62f0e101983552178d12a
treeeb39efe3eb804536cbc64fc4c424997d1c9fce34
parentb4dbf6233c3785e62af5bd313381f1844e5bbc19
Move the amf and swf controllers into the api namespace
.rubocop_todo.yml
app/controllers/amf_controller.rb [deleted file]
app/controllers/api/amf_controller.rb [new file with mode: 0644]
app/controllers/api/swf_controller.rb [new file with mode: 0644]
app/controllers/swf_controller.rb [deleted file]
config/routes.rb
test/controllers/amf_controller_test.rb [deleted file]
test/controllers/api/amf_controller_test.rb [new file with mode: 0644]
test/controllers/api/swf_controller_test.rb [new file with mode: 0644]
test/controllers/swf_controller_test.rb [deleted file]