Skip to content

Instantly share code, notes, and snippets.

@btoone
Created May 21, 2013 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btoone/5624118 to your computer and use it in GitHub Desktop.
Save btoone/5624118 to your computer and use it in GitHub Desktop.
<ul>
<% @images.each do |image| %>
<li><%= link_to product_image_url(image) %></li>
<% end %>
</ul>
def index
@images = @product.images
respond_with @images # if responding to /products.json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment