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
Dont forget to include jquery_ujs in your application.js file:
jquery_ujs
application.js
// //= require jquery //= require jquery_ujs // ...