Listing rentables

<% for column in Rentable.content_columns %> <% end %> <% for rentable in @rentables %> <% for column in Rentable.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<%=h rentable.send(column.name) %><%= link_to 'Show', :action => 'show', :id => rentable %> <%= link_to 'Edit', :action => 'edit', :id => rentable %> <%= link_to 'Destroy', { :action => 'destroy', :id => rentable }, :confirm => 'Are you sure?', :method => :post %>
<%= link_to 'Previous page', { :page => @rentable_pages.current.previous } if @rentable_pages.current.previous %> <%= link_to 'Next page', { :page => @rentable_pages.current.next } if @rentable_pages.current.next %>
<%= link_to 'New rentable', :action => 'new' %>