]> git.openstreetmap.org Git - rails.git/commit
Add json output for show user block api
authorAnton Khorev <tony29@yandex.ru>
Sat, 9 Sep 2023 13:41:10 +0000 (16:41 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 9 Sep 2023 13:50:36 +0000 (16:50 +0300)
commit9442829d310ef1444203f1b3f3dd4b08b75e2cc9
treed936723a4f634f4bd301e184a4e34f58e7164f05
parent71654e563ebe04856b931a7ad62a2f4bf2a04c65
Add json output for show user block api
app/views/api/user_blocks/_user_block.json.jbuilder [new file with mode: 0644]
app/views/api/user_blocks/show.json.jbuilder [new file with mode: 0644]
test/controllers/api/user_blocks_controller_test.rb