Skip to content

Instantly share code, notes, and snippets.

@ozzzzzzzzzp
Created July 22, 2012 19:26
Show Gist options
  • Save ozzzzzzzzzp/3160788 to your computer and use it in GitHub Desktop.
Save ozzzzzzzzzp/3160788 to your computer and use it in GitHub Desktop.
table attempt 1
<tr>
<% @colors.each do |color|%>
<td><%= color %></td>
<%end%>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment