Code fix after rebase with latest master [SCI-442]

This commit is contained in:
Oleksii Kriuchykhin 2016-10-05 11:27:43 +02:00
parent d2b48e94bd
commit c783e9a03d

View file

@ -39,7 +39,7 @@ class UserNotificationsController < ApplicationController
}
end
end
mark_seen_notification @notifications
UserNotification.seen_by_user(current_user)
end
def recent_notifications