func populate()

in FriendlyEats/RestaurantsTableViewController.swift [276:282]


  func populate(restaurant: Restaurant) {

    // Displaying data, part two

    let image = imageURL(from: restaurant.name)
    thumbnailView.sd_setImage(with: image)
  }