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
For me,solution was to remove-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'%> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
from
app\views\layout\application.html.erb