Vacuum with Rails
Goal: Displaying products from the Amazon Product Advertising API.
undefined method `any?' for nil:NilClass
Extracted source (around line #2):
  <h1>Products from the Amazon API</h1>
  <% if @products.any? %>
    <% @products.each do |product| %>
      <div class="product">
        <%= link_to image_tag(product.image.url), product.url %>