@@ -40,7 +40,7 class WikiContent < ActiveRecord::Base | |||
|
40 | 40 | page.nil? ? [] : page.attachments |
|
41 | 41 | end |
|
42 | 42 | |
|
43 | # Returns the mail adresses of users that should be notified | |
|
43 | # Returns the mail addresses of users that should be notified | |
|
44 | 44 | def recipients |
|
45 | 45 | notified = project.notified_users |
|
46 | 46 | notified.reject! {|user| !visible?(user)} |
General Comments 0
You need to be logged in to leave comments.
Login now