Flowdock
method

link_image_to

Importance_1
v1.0.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::UrlHelper
link_image_to(src, options = {}, html_options = {}, *parameters_for_method_reference) public

This tag is deprecated. Combine the link_to and AssetTagHelper::image_tag yourself instead, like:

  link_to(image_tag("rss", :size => "30x45", :border => 0), "http://www.example.com")
Show source
Register or log in to add new notes.