mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:26:03 +01:00
the inbox entries are not new anymore ;_;
This commit is contained in:
parent
484c8d9b65
commit
5b1116e129
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ class InboxController < ApplicationController
|
|||
|
||||
def show
|
||||
@inbox = Inbox.where(user: current_user).order(:created_at).reverse_order
|
||||
@inbox.update_all(new: false)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue