Skip to content

Instantly share code, notes, and snippets.

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

  • Save juque/61127d3685b3a8c22ca9b5d5d393b81a to your computer and use it in GitHub Desktop.

Select an option

Save juque/61127d3685b3a8c22ca9b5d5d393b81a to your computer and use it in GitHub Desktop.
shop = root.shops.first
price_lists = shop.price_lists
price_lists.each do |price_list|
puts "#{price_list.id}, #{price_list.name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment