Displaying 1 result from an estimated 1 matches for "acctionmailer".
Did you mean:
actionmailer
2006 Apr 17
0
AcctionMailer templates
Is posible to use helpers in ActionMailer templates???
When I do:
<%= link to ''my link'', :action=>''someaction''%>
in the mail template, I get the following error on the browser:
undefined method `url_for'' for #<AdminMailer:0x8ebdfcc>
Thanks.