Commit 7d107550 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: "undefined method 'textilizable'" error on email notification when…

Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1167 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 3f4a8469
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment