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
This commit is contained in:
Jean-Philippe Lang 2008-02-21 19:30:27 +00:00
parent 3f4a8469ac
commit 7d10755072
1 changed files with 3 additions and 3 deletions

View 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