Hi, i have a mailer template that looks like this: A new message has been posted to <%= @topic.to_s %>:
<%= topic_post_url(@post) %> Manage your subscriptions here: <%= subscriptions_url %> And that works fine in my local app. When i only use <%= @topic.to_s %> it works ok in Heroku and i recieve the mail fin, but the problem is when i try with the links i get a 500 error. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
