Revision 13059
Added by Toshi MARUYAMA about 11 years ago
trunk/lib/plugins/acts_as_event/lib/acts_as_event.rb | ||
---|---|---|
81 | 81 |
end |
82 | 82 |
end |
83 | 83 |
|
84 |
# Returns the mail adresses of users that should be notified |
|
84 |
# Returns the mail addresses of users that should be notified
|
|
85 | 85 |
def recipients |
86 | 86 |
notified = project.notified_users |
87 | 87 |
notified.reject! {|user| !visible?(user)} |
Also available in: Unified diff
fix typos of source comments at acts_as_event.rb