]> git.openstreetmap.org Git - rails.git/commit
Move the search controller to the api namespace
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:42:07 +0000 (12:42 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:42:07 +0000 (12:42 +0100)
commit2b81437fcd38e74d38a41bfc60a917eadd74159b
tree24f06e6005eb773ac97412bc7fec85f8e6edd107
parent947a41edee95df9e75cce0452277e2a00a8b5fa5
Move the search controller to the api namespace
app/controllers/api/search_controller.rb [new file with mode: 0644]
app/controllers/search_controller.rb [deleted file]
config/routes.rb
test/controllers/api/search_controller_test.rb [new file with mode: 0644]
test/controllers/search_controller_test.rb [deleted file]