Created
June 29, 2021 09:10
-
-
Save juque/5ba518e2cba1b7900c7c998d32c53ec9 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 | |
| price_list = shop.price_list(id: 49) | |
| price_list.price_list_products.full_set.each do |product| | |
| puts "#{product.slug}, #{product.price}" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment