Skip to content

Instantly share code, notes, and snippets.

@kakawka
Created February 7, 2019 11:27
Show Gist options
  • Save kakawka/56a71311b633d6571d2735f426bdcb31 to your computer and use it in GitHub Desktop.
Save kakawka/56a71311b633d6571d2735f426bdcb31 to your computer and use it in GitHub Desktop.
SellableGood.where(name: 'iPhone 5s With FaceTime Gold 16GB 4G LTE').each do |product|
image = product.sellable_good_images.first
image.url_remote_url = 'http://ipic.su/img/img7/fs/iphone.1549538811.jpg'
image.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment