How to put a image as a link in ROR

hi All

how to put a image as a link in ROR. only found a way to put images to
to submit buttons only. i want to find how can i make a image to a link.

On 04 Dec 2007, at 08:49, Nadeesha M. wrote:

how to put a image as a link in ROR. only found a way to put images to
to submit buttons only. i want to find how can i make a image to a
link.

link_to(image_tag(‘your_image_path’), …), …)

Best regards

Peter De Berdt