Rails 4 link_to Destroy not working in Getting Started tutorial

前端 未结 13 1046
野性不改
野性不改 2020-11-27 04:48

I am working through the Getting Started tutorial (creating a Blog) and the link_to Destroy is not functioning properly. In the terminal it always interprets it as #SHOW. <

相关标签:
13条回答
  • 2020-11-27 05:45

    I solved the problem, just by adding in assets/javascripts/application.js

    //= require jquery_ujs
    
    0 讨论(0)
提交回复
热议问题