Open jmmalnar opened 8 years ago
undefined method '[]' for nil:NilClass Extracted source (around line #38): :vineyard => "#{wine["Vineyard"]["Name"]}",
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.
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.