I have a rake task, which informs users about all kind of statuses in
the application by e-mail.

It would be nice if I could create active links together with statuses.
But have noticed that link_to helper is not available for rake or
ActionMailer. Is there an easy way to include link_to helper in rake or
example below is the only sane way of doing it :-(

body << '<a href="http://my.site.com/link";>Link</a>'


by
TheR

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/9f43fef5b39474f43ef3929d56a827b4%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to