Created Verdict table to store results of 1st API call (latitude, longitude, cuisine, results).
Created restaurant table to store results of 2nd API call (name,vicinity,rating,website,formatted_phone_number,url, cuisine and place_id)
Display 2 first restaurants in API response to result page.
...
My @restaurants = [] at the end of the action. I have db:migrate, bundle and yarn. I don't see what is wrong with the code. Maybe we can look again on Thur
Which issue does this reference or resolve?
87 ...
What's been done?
Created Verdict table to store results of 1st API call (latitude, longitude, cuisine, results). Created restaurant table to store results of 2nd API call (name,vicinity,rating,website,formatted_phone_number,url, cuisine and place_id) Display 2 first restaurants in API response to result page. ...
Additional notes