In index.html.erb I display all products, and next to each product I have Edit and Delete actions:
index.html.erb
Edit
Delete
<% @products.eac
I had same problem - actually I had changed my old 'delete' action to 'destroy' - but forgot If your using SSL.. (e.g ssl_required :destroy)