Rails 4 Turbolinks make form submit multiple times

后端 未结 3 837
迷失自我
迷失自我 2020-12-10 08:03

I use some code working nicely on Rails 3 but not on Rails 4, I guess it is caused by Turbolinks but I don\'t know much about it, can\'t dig more deep to solve my problem, h

3条回答
  •  伪装坚强ぢ
    2020-12-10 08:45

    Solved this by moving = javascript_include_tag "application", "data-turbolinks-track" => true from body to head, thanks all your help

提交回复
热议问题