When user clicks the delete button I want the corresponding message
to be deleted from the database
to be removed from the screen by removing its turbo frame.
without full page reload. I do delete the message from the database in the MessageController#destroy action. However, the message is not removed from the screen (until I manually refresh the page).
What should I render in the MessageController#destroy action to remove the message from the screen?