|
From: | noreply |
Subject: | [myexperiment-hackers] [2268] trunk/app/models/mailer.rb: included application helper for email messages |
Date: | Mon, 7 Sep 2009 11:01:34 -0400 (EDT) |
included application helper for email messages
--- trunk/app/models/mailer.rb 2009-08-26 16:07:57 UTC (rev 2267)
+++ trunk/app/models/mailer.rb 2009-09-07 15:01:33 UTC (rev 2268)
@@ -1,5 +1,7 @@
class Mailer < ActionMailer::Base
+ helper :application
+
def feedback(name, subject, content)
recipients Conf.feedback_email_address
from Conf.notifications_email_address
[Prev in Thread] | Current Thread | [Next in Thread] |