Merge branch 'master' of git.rrerr.net:nilsding/justask

This commit is contained in:
pixeldesu 2014-11-30 21:05:22 +01:00
commit 8313972b3d
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