Question

How can I mark any message as read in mailboxer?

Even if I add the line: <% conversation.mark_as_read(current_user) %> in my view, it does not solve my problem.

Was it helpful?

Solution

In case anybody else has this issue in the future, the solution is to only put code like what is in the original question in something like MessagesController, and to create a form which points to that action.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top