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
If you do not use layouts, put "layout false" in the controller file, just below class title:
class ABCController < ApplicationController "layout false" def index ... ..