-
-
Save novito/a74e528faa14b6dc72ed to your computer and use it in GitHub Desktop.
This file contains 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
[user1, user2, user3].map do |user| | |
user1.colors.map do |color| | |
{ | |
name: user1.name, | |
color: color.code | |
} | |
end.flatten | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment