Displaying 1 result from an estimated 1 matches for "text_with_links".
2006 Jun 04
5
Embedding link_to''s within text fetched from database.
Hi,
I have the following problem that I can''t seem to figure out. I want to
able to fetch some text from my database record in my controller, and then
add two links within the text and then send that back to the view to get
rendered so that the two links appear as links and when clicked on, they''d
basically call the corresponding action for the link. Would anybody know
how to