##// END OF EJS Templates
Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console....
Jean-Philippe Lang -
r1153:7d1075507221
parent child
Show More
@@ -16,9 +16,9
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 class Mailer < ActionMailer::Base
18 class Mailer < ActionMailer::Base
19 helper ApplicationHelper
19 helper :application
20 helper IssuesHelper
20 helper :issues
21 helper CustomFieldsHelper
21 helper :custom_fields
22
22
23 include ActionController::UrlWriter
23 include ActionController::UrlWriter
24
24
General Comments 0
You need to be logged in to leave comments. Login now