]> git.openstreetmap.org Git - rails.git/commit
Move the user preferences controller into the api namespace
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:47:26 +0000 (12:47 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 24 Feb 2019 11:47:26 +0000 (12:47 +0100)
commit9186a6155c4a9bbfd60eddd50f3eb63db78fd07e
tree039fa055d123c0f377eea647da907dfcdf7ab7cc
parent2b81437fcd38e74d38a41bfc60a917eadd74159b
Move the user preferences controller into the api namespace
.rubocop_todo.yml
app/controllers/api/user_preferences_controller.rb [new file with mode: 0644]
app/controllers/user_preferences_controller.rb [deleted file]
config/routes.rb
test/controllers/api/user_preferences_controller_test.rb [new file with mode: 0644]
test/controllers/user_preferences_controller_test.rb [deleted file]