Created
June 29, 2021 06:33
-
-
Save juque/133d6fe1b2c439290eef77340e41b9c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shop = root.shops.first | |
| products = shop.products | |
| products.each do |product| | |
| unless product.is_bundle | |
| puts "#{product.slug},#{product.title},#{product.regular_price},#{product.variants.size}" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment