Closed sb8244 closed 9 years ago
def perform(project)
comments_to_send = some_work
project.people.each do |person|
if person.try!(:user).email
CommentMailer.notification_email(project, comments_to_send, person).deliver
end
end
end
The view will need these variables set: