aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/refinery
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-05-15 12:25:49 +1200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-05-15 08:03:51 +0300
commit5577b8e701af3c8e05379a3f9baadae5389f2323 (patch)
tree1492613e2f1686d9aa9eba9f39ac4d0c6b1bd11a /app/models/refinery
parent1cd514b3c98cf97ac68164f18d95a88119ff58e3 (diff)
downloadrefinerycms-blog-5577b8e701af3c8e05379a3f9baadae5389f2323.tar.gz
refinerycms-blog-5577b8e701af3c8e05379a3f9baadae5389f2323.tar.bz2
refinerycms-blog-5577b8e701af3c8e05379a3f9baadae5389f2323.zip
Do we really need a model called comment_mailer?
Diffstat (limited to 'app/models/refinery')
-rw-r--r--app/models/refinery/blog/comment_mailer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/refinery/blog/comment_mailer.rb b/app/models/refinery/blog/comment_mailer.rb
deleted file mode 100644
index 7013355..0000000
--- a/app/models/refinery/blog/comment_mailer.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../mailers/refinery/blog/comment_mailer', __FILE__)