]> git.openstreetmap.org Git - rails.git/commit
Create received blocks resource
authorAnton Khorev <tony29@yandex.ru>
Tue, 24 Dec 2024 03:07:59 +0000 (06:07 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 24 Dec 2024 04:54:50 +0000 (07:54 +0300)
commit2df389c97e52437f964e4b4ee22c8493a9cc7fbc
tree4c4d648218a89b2cde7d2c5227d806571935ef83
parent7a4115f090c6a6f923b2fe31b505982ac006e992
Create received blocks resource
.rubocop_todo.yml
app/abilities/ability.rb
app/controllers/user_blocks_controller.rb
app/controllers/users/received_blocks_controller.rb [new file with mode: 0644]
app/views/user_blocks/_navigation.html.erb
app/views/users/received_blocks/show.html.erb [moved from app/views/user_blocks/blocks_on.html.erb with 77% similarity]
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/users/received_blocks_controller_test.rb [new file with mode: 0644]