Merge branch 'master' of git.rrerr.net:nilsding/justask
This commit is contained in:
commit
8313972b3d
|
@ -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 New Issue