]> git.openstreetmap.org Git - rails.git/commit
Use resourceful route for user status
authorAnton Khorev <tony29@yandex.ru>
Mon, 23 Dec 2024 02:55:14 +0000 (05:55 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 15 Jan 2025 23:17:06 +0000 (02:17 +0300)
commit8db2ff289f2bd0927fdcdc5bcb6ec33126d27faa
tree8b225ad82f8c75e24af509c2c98581a7df5ed88b
parentf32aea6d1429ef55b7e5ec60bf83576cf76d85ed
Use resourceful route for user status
app/abilities/ability.rb
app/controllers/users/statuses_controller.rb [new file with mode: 0644]
app/controllers/users_controller.rb
app/views/users/show.html.erb
config/routes.rb
test/controllers/users/statuses_controller_test.rb [new file with mode: 0644]
test/controllers/users_controller_test.rb