How to specify DELETE method in a link or form?
Was trying to figure this out for a rails app that was using Angular on the front end; these seems to work for that environment: <a data-confirm=”Are you sure?” data-method=”delete” href=”https://stackoverflow.com/link-to-resource” rel=”nofollow”>Delete</a> Edit: Just to give everyone a heads up, I think you still need to have jQuery for this to work. I removed jQuery … Read more