aboutsummaryrefslogtreecommitdiffstats
path: root/app/mailers/blog/comment_mailer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers/blog/comment_mailer.rb')
-rw-r--r--app/mailers/blog/comment_mailer.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/mailers/blog/comment_mailer.rb b/app/mailers/blog/comment_mailer.rb
deleted file mode 100644
index 3710ea1..0000000
--- a/app/mailers/blog/comment_mailer.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-module Blog
- class CommentMailer < ActionMailer::Base
-
- def notification(comment, request)
- subject BlogComment::Notification.subject
- recipients BlogComment::Notification.recipients
- from "\"#{RefinerySetting[:site_name]}\" <no-reply@#{request.domain(RefinerySetting.find_or_set(:tld_length, 1))}>"
- sent_on Time.now
- @comment = comment
- end
-
- end
-end \ No newline at end of file