/compares/{product.id}.json
Параметры:
$.post('/compares/63356901.json', {
_method: 'delete'
})
.done(function () {
console.log('Удалено из сравнения');
})
.fail(function (response) {
console.log('Что то пошло не так!');
});