]> git.openstreetmap.org Git - rails.git/commit
Use resourceful route for message reply
authorAnton Khorev <tony29@yandex.ru>
Thu, 2 Jan 2025 08:41:43 +0000 (11:41 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 3 Jan 2025 08:12:29 +0000 (11:12 +0300)
commit0016c6f4b12356fd6174906dac3c240cdf572650
treeee561296b33dbacf0f691ee1f5251e9e0135ec11
parent7286ad027c7628adae872b51c3e7b1341781d3d4
Use resourceful route for message reply
app/abilities/ability.rb
app/controllers/messages/replies_controller.rb [new file with mode: 0644]
app/controllers/messages_controller.rb
app/mailers/user_mailer.rb
app/views/messages/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/messages/replies_controller_test.rb [new file with mode: 0644]
test/controllers/messages_controller_test.rb