Created
June 29, 2021 09:08
-
-
Save juque/61127d3685b3a8c22ca9b5d5d393b81a 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_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