Sorry, there were no results
<% else %>Customer ID | <% for column in Customer.content_columns %><%= column.human_name %> | <% end %>|||
---|---|---|---|---|
<%=h customer.id %> | <% for column in Customer.content_columns %><%=h customer.send(column.name) %> | <% end %><%= link_to 'Show', :action => 'show', :id => customer %> | <%= link_to 'Edit', :action => 'edit', :id => customer %> | <%= link_to 'Destroy', { :action => 'destroy', :id => customer }, :confirm => 'Are you sure?', :post => true %> |