Listing contacts

<% for column in Contact.content_columns %> <% end %> <% for contact in @contacts %> <% for column in Contact.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<%=h contact.send(column.name) %><%= link_to 'Show', :action => 'show', :id => contact %> <%= link_to 'Edit', :action => 'edit', :id => contact %> <%= link_to 'Destroy', { :action => 'destroy', :id => contact }, :confirm => 'Are you sure?', :method => :post %>
<%= link_to 'New contact', :action => 'new' %>