Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created June 19, 2011 01:24
Show Gist options
  • Save bjhaid/1033654 to your computer and use it in GitHub Desktop.
Save bjhaid/1033654 to your computer and use it in GitHub Desktop.
<% unless @photos.empty? %>
<% @photos.each do |photo| %>
<% image_tag(photo.image.url) %><br>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment