Merchandise ID | <% for column in Merchandise.content_columns %><%= column.human_name %> | <% end %>|||
---|---|---|---|---|
<%=h merchandise.id %> | <% for column in Merchandise.content_columns %><%=h merchandise.send(column.name) %> | <% end %><%= link_to 'Show', :action => 'show', :id => merchandise %> | <%= link_to 'Edit', :action => 'edit', :id => merchandise %> | <%= link_to 'Destroy', { :action => 'destroy', :id => merchandise }, :confirm => 'Are you sure?', :method => :post %> |