Skip to content

Instantly share code, notes, and snippets.

@stuartbates
Last active August 29, 2015 13:56
Show Gist options
  • Save stuartbates/8821194 to your computer and use it in GitHub Desktop.
Save stuartbates/8821194 to your computer and use it in GitHub Desktop.
We can't nest HTML forms so instead we can use AJAX to simulate the POST request
link_to 'Add to wishlist', spree.wished_product_path({:id => variant.id}), :remote => true, :method => :put
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment