Ruby on Rails ajax DELETE request is not reaching backend – Jquery ajax
I have an ajax request that isnt reaching my backend function. The request gives a status of 200 and steps into the success but it never hits my backend controller method. In my response I get this: Turbolinks.clearCache() Turbolinks.visit("http://localhost:3000/session/new", {"action":"replace"})…