TypeError: Object doesn't support this property or method

后端 未结 8 1440
梦如初夏
梦如初夏 2021-01-05 20:53

I have created rails application where I created a database (empty). When I try to view my products page, I receive the following error on my http://localhost:3000/products

8条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-05 21:23

    I think Best Solution is Removing the slashes in application.js file like

    = require jquery
    = require jquery_ujs
    = require turbolinks
    = require_tree .
    

提交回复
热议问题