Thursday, November 19, 2009

Action Mailer & Helpers

If you want to use a helper from an action mailer template remember to use this:

class OsomMailer
helper :some_helper_name

You have to use some_helper_name if your helper is defined as "some_helper_name_helper.rb"

No comments:

Post a Comment