]> git.openstreetmap.org Git - rails.git/commit
Resourceful(ish) naming for api/users_controller
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 10 Apr 2019 15:06:15 +0000 (17:06 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 10 Apr 2019 15:06:15 +0000 (17:06 +0200)
commite66c7192949e46480c55f3d74a5b38da95532db3
tree1d7c49d7251e7e782cc3ef78445e29742e6d407a
parent5444af981c8c3161ed7991d0fb0fd7463175fc7e
Resourceful(ish) naming for api/users_controller
app/abilities/api_ability.rb
app/abilities/api_capability.rb
app/controllers/api/users_controller.rb
app/views/api/users/_api_user.builder [deleted file]
app/views/api/users/_user.builder [new file with mode: 0644]
app/views/api/users/index.builder [moved from app/views/api/users/api_users.builder with 59% similarity]
app/views/api/users/show.builder [moved from app/views/api/users/api_read.builder with 61% similarity]
config/routes.rb
test/controllers/api/users_controller_test.rb