From 5b55dc2f375cac1a78bc70150a9473a74271ffdd Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 15 Nov 2010 17:39:33 +1300 Subject: Added comment notifications. --- app/models/blog/comment_mailer.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/models/blog/comment_mailer.rb (limited to 'app/models/blog/comment_mailer.rb') diff --git a/app/models/blog/comment_mailer.rb b/app/models/blog/comment_mailer.rb new file mode 100644 index 0000000..dac526d --- /dev/null +++ b/app/models/blog/comment_mailer.rb @@ -0,0 +1 @@ +require File.expand_path('../../../mailers/blog/comment_mailer', __FILE__) \ No newline at end of file -- cgit v1.2.3