Skip to content

Instantly share code, notes, and snippets.

@CamonZ
Forked from anonymous/sample
Created November 29, 2010 04:16
Show Gist options
  • Select an option

  • Save CamonZ/719572 to your computer and use it in GitHub Desktop.

Select an option

Save CamonZ/719572 to your computer and use it in GitHub Desktop.
<% @presses.each_slice(3) do |presses_slice| %>
<tr>
<% presses_slice.each do |press| %>
<td><%= press.title %></td>
<% end %>
</tr>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment