Revision 1167
Added by Jean-Philippe Lang over 17 years ago
trunk/app/models/mailer.rb | ||
---|---|---|
16 | 16 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | 17 |
|
18 | 18 |
class Mailer < ActionMailer::Base |
19 |
helper ApplicationHelper
|
|
20 |
helper IssuesHelper
|
|
21 |
helper CustomFieldsHelper
|
|
19 |
helper :application
|
|
20 |
helper :issues
|
|
21 |
helper :custom_fields
|
|
22 | 22 |
|
23 | 23 |
include ActionController::UrlWriter |
24 | 24 |
|
Also available in: Unified diff
Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console.