Skip to content

Instantly share code, notes, and snippets.

@juque
Created June 29, 2021 06:18
Show Gist options
  • Select an option

  • Save juque/17c856d3cd7cc24095bac4ba04b7cba1 to your computer and use it in GitHub Desktop.

Select an option

Save juque/17c856d3cd7cc24095bac4ba04b7cba1 to your computer and use it in GitHub Desktop.
shop = root.shops.first
products = shop.products
products.each do |product|
puts product.slug
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment