Listing <%= @scaffold_plural_name %>

<% for column in User.content_columns %> <% end %> <% for entry in @users %> <% for column in User.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<% if entry.readable?(column.name) %> <%= entry.send(column.name) %> <% end %> <%= link_to "Show", :action => "show", :id => entry %> <%= link_to "Edit", :action => "edit", :id => entry %> <%= link_to "Destroy", {:action => "destroy", :id => entry}, {:confirm => "Are you sure?"} %>

<%= link_to "New User", :action => "new" %>