projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
not api endpoints, moved to button, fixed notifier message, fixed tests
[rails.git]
/
app
/
models
/
notifier.rb
diff --git
a/app/models/notifier.rb
b/app/models/notifier.rb
index 3b7d063f0770624e054376c6f0341f35c6dd4f2a..a498e4edf6cd88cb45c8e0be9bc8bb4f5d3bff2d 100644
(file)
--- a/
app/models/notifier.rb
+++ b/
app/models/notifier.rb
@@
-83,7
+83,6
@@
class Notifier < ActionMailer::Base
end
end
- # FIXME mail should say your / their depending who's message it is
def diary_comment_notification(comment, recipient)
with_recipient_locale recipient do
@to_user = recipient.display_name