link_to delete url is not working

前端 未结 7 1454
一个人的身影
一个人的身影 2020-12-06 00:15

I have the following link_to delete url in my app

<%=link_to \"Delete\",blog_path(@blog.id), :method => :delete, :class => \"delete\", :confirm =>         


        
7条回答
提交回复
热议问题