Method Delete Rails Not Working

[Solved] Method Delete Rails Not Working | Haskell - Code Explorer | yomemimo.com
Question : method delete rails not working

Answered by : bashforger

I'm not sure whether or not the issue is related to jquery, but I would suggest
replacing link_to with button_to. link_to should work too, but button_to is
"the safest method to ensure links that cause changes to your data are not triggered
by search bots or accelerators" (source: Rails API doc)

Source : https://stackoverflow.com/questions/6934196/rails-3-link-to-delete-is-redirecting-to-show-action-with-jquery-installed | Last Update : Sun, 14 Mar 21

Answers related to method delete rails not working

Code Explorer Popular Question For Haskell