Bootstrap modal in ruby on rails not working

后端 未结 2 1463
鱼传尺愫
鱼传尺愫 2021-01-14 03:38

I\'m trying to implement a modal to create a new user for my app. For some reason a can\'t make it work.

This code just fade in and out, and no modal is showing up,

2条回答
  •  星月不相逢
    2021-01-14 03:52

    The modal will disappear immediately after showing. So I delete //= require bootstrap-sprockets in the application.js file and solve this problem. FYI

提交回复
热议问题