Rails: Bootstrap dropdown menu not working

后端 未结 6 1353
逝去的感伤
逝去的感伤 2021-01-24 14:18

I am quite new to Rails and have been following the tutorial by Michael Hartl. Everything has been going along really well until I got to the drop down menu, which was wasn\'t

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-24 15:14

    I changed the order of directives in app/assets/javascripts/application.js to:
    //= require jquery //= require jquery_ujs //= require bootstrap //= require_tree .

    Worked like a charm :)

提交回复
热议问题