Skip to content

Instantly share code, notes, and snippets.

@juque
Created June 29, 2021 09:10
Show Gist options
  • Select an option

  • Save juque/5ba518e2cba1b7900c7c998d32c53ec9 to your computer and use it in GitHub Desktop.

Select an option

Save juque/5ba518e2cba1b7900c7c998d32c53ec9 to your computer and use it in GitHub Desktop.
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