I am using link_to img tag like following
<%= link_to image_tag(\"Search.png\", :border=>0, :class => \'dock-item\'), :action => \'search\', :co
this is my solution:
<%= link_to root_path do %> <%= image_tag "image.jpg", class: "some class here" %> <% end %>