]> source.dussan.org Git - redmine.git/commitdiff
Fixed: "undefined method 'textilizable'" error on email notification when running...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Feb 2008 19:30:27 +0000 (19:30 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Feb 2008 19:30:27 +0000 (19:30 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1167 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/mailer.rb

index a1357d89cd2eb9028d6409fe27cce0370b6c8e8c..75a2e960be4bb5912f8afea786790aef6fec7f65 100644 (file)
@@ -16,9 +16,9 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 class Mailer < ActionMailer::Base
-  helper ApplicationHelper
-  helper IssuesHelper
-  helper CustomFieldsHelper
+  helper :application
+  helper :issues
+  helper :custom_fields
   
   include ActionController::UrlWriter