Skip to content

Instantly share code, notes, and snippets.

@konk3r
Created July 19, 2013 06:28
Show Gist options
  • Save konk3r/6037078 to your computer and use it in GitHub Desktop.
Save konk3r/6037078 to your computer and use it in GitHub Desktop.
7 <% @comics.each do |comic| %>
8 <%= "Name: #{comic.name}" %> <br />
9 <%= image_tag comic.image_strip.url(:thumb) %> <br />
10 <%= "Description: #{comic.description}" %> <br />
11 <% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment