<%= column.human_name %> | <% end %>|||
---|---|---|---|
<%=h rentable.send(column.name) %> | <% end %><%= 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 %> |