Listing bitems

<% for column in Bitem.content_columns %> <% end %> <% for bitem in @bitems %> <% for column in Bitem.content_columns %> <% end %> <% end %>
Customer Name Merchandise Name<%= column.human_name %>
<%=h bitem.customer.name %> <%=h bitem.merchandise.title %><%=h bitem.send(column.name) %><%= link_to 'Show', :action => 'show', :id => bitem %> <%= link_to 'Edit', :action => 'edit', :id => bitem %> <%= link_to 'Destroy', { :action => 'destroy', :id => bitem }, :confirm => 'Are you sure?', :method => :post %>
<%= link_to 'Previous page', { :page => @bitem_pages.current.previous } if @bitem_pages.current.previous %> <%= link_to 'Next page', { :page => @bitem_pages.current.next } if @bitem_pages.current.next %>
<%= link_to 'New bitem', :action => 'new' %>