Using Helpers with Email Templates
by Frank Kim on Oct.14, 2008, under Ruby on Rails
To use helpers with email templates specify in the model the helpers you want to use.
class FooMailer < ActionMailer::Base helper :Foo, :Application
Related posts: