Skip to content

Instantly share code, notes, and snippets.

@samuraijane
Created March 25, 2015 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuraijane/27157935434ff3fb7cda to your computer and use it in GitHub Desktop.
Save samuraijane/27157935434ff3fb7cda to your computer and use it in GitHub Desktop.
The proper way to nest maps
<%= hobbiestostring = '[' + (friends.map{ |friend| (friend[ 'children' ]).map{ |nino| nino[ 'name'] }}).join(", ") + ']' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment