jmmalnar / wine_journal

0 stars 0 forks source link

Error when on wines/find page when a non-wine is returned #30

Open jmmalnar opened 8 years ago

jmmalnar commented 8 years ago
  1. http://localhost:3000/find
  2. Type the word "Something" into the "Search for a Wine:" field and click "Search"

undefined method '[]' for nil:NilClass Extracted source (around line #38): :vineyard => "#{wine["Vineyard"]["Name"]}",

It is failing when the API returns something named "Gourmet Wine & Cheese Board Gift Set" which does not have a Vineyard, making that nil.