As in the standart cycle:
- @goods.each do |good|
  ???
...to organize this (HAML):
.columns-wrapper
  .column First good
  .column Second good
  .column Third good
.columns-wrapper
  .column Fourth good
  .column Fifth good
  .column Sixth good