Skip to content

Instantly share code, notes, and snippets.

@novito
Created March 30, 2015 00:25
Show Gist options
  • Save novito/a74e528faa14b6dc72ed to your computer and use it in GitHub Desktop.
Save novito/a74e528faa14b6dc72ed to your computer and use it in GitHub Desktop.
[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