the inbox entries are not new anymore ;_;

This commit is contained in:
nilsding 2014-11-30 21:04:30 +01:00
parent 484c8d9b65
commit 5b1116e129
1 changed files with 1 additions and 0 deletions

View File

@ -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