diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 9a0131f8..54d79425 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -280,6 +280,6 @@ module ApplicationHelper end def unread_notifications(user) - @unread_notifications = Comment.find_since_last_login(user) + Comment.find_since_last_login(user) end end