Skip to content

Instantly share code, notes, and snippets.

@minibikini
Created July 2, 2012 10:02
Show Gist options
  • Save minibikini/3032415 to your computer and use it in GitHub Desktop.
Save minibikini/3032415 to your computer and use it in GitHub Desktop.
for team in teams
for player in team
$("#team-#{team.id} table").append "<tr><td>#{player.name}</td></tr"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment