Listing contents

<%= will_paginate @contents %>

<% for column in Content.content_columns %> <% end %> <% for content in @contents %> <% for column in Content.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<%=h content.send(column.name) %><%= link_to 'Show', :action => 'show', :id => content %> <%= link_to 'Edit', :action => 'edit', :id => content %> <%= link_to 'Destroy', { :action => 'destroy', :id => content }, :confirm => 'Are you sure?' %>

<%= will_paginate @contents %>

<%= link_to 'New content', :action => 'new' %>