Displaying 1 result from an estimated 1 matches for "customdomain".
Did you mean:
  customerdomain
  
2009 Jan 18
3
ActionMailer and url_for in helper methods
...have an ActionMailer that sends them notifications of changes
that occur.  In there, I have a breadcrumbs helper method, which
generages something like:
<a href="/page/1">1</a> >  <a href="/page/2">2</a>
I need it to be:
<a href="http://customdomain/page/1">1</a> >  <a
href="http://customdomain/page/2">2</a>
How do you that?  I tried using default_url_options but it doesn''t
affect the helper methods I''m using in the email.  Can somebody help me?
Thanks!
Conrad
----
Here''...