I want to use the methods I defined in app/helpers/annotations_helper.rb in my ReportMailer views (app/views/report_mailer/usage_report.text.html.erb
app/helpers/annotations_helper.rb
app/views/report_mailer/usage_report.text.html.erb
In the mailer class that you are using to manage your emails:
class ReportMailer < ActionMailer::Base add_template_helper(AnnotationsHelper) ... end