Skip to content

Instantly share code, notes, and snippets.

@jackzerby
Created April 23, 2013 11:58
Show Gist options
  • Save jackzerby/5442992 to your computer and use it in GitHub Desktop.
Save jackzerby/5442992 to your computer and use it in GitHub Desktop.
<%# @stay_types.in_groups_of(4) do |group| %>
<tr>
<% group.each do |type| %>
<td><%= type.name %></td>
<% end %>
</tr>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment