minor fix

This commit is contained in:
zmagod 2016-10-05 09:46:18 +02:00
parent d7a4f85ba1
commit 848beb5d4b

View file

@ -88,7 +88,7 @@ class Activity < ActiveRecord::Base
)
project.users.each do |project_user|
# next if project_user == user
next if project_user == user
UserNotification.create(notification: notification, user: project_user)
end
end