spree_wishlist
spree_wishlist copied to clipboard
wishlist destroying after removing wishied_product
When I remove product from wishlist via ajax request something like this:
$.ajax('/wished_products/14', {method: 'delete'})
in controller action we can see that after removing item redirects to the current withlist BUT it redirects with current method delete
that cause to removing current wishlist.