Skip to content

Instantly share code, notes, and snippets.

@doombongo
Created December 11, 2012 17:34
Show Gist options
  • Save doombongo/4260504 to your computer and use it in GitHub Desktop.
Save doombongo/4260504 to your computer and use it in GitHub Desktop.
link to image
<% @blogs.each do |blog| %>
<div class="index_image">
<%= link_to image_tag("blog.image.thumb.to_s"), blog %>
</div>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment