I am beginer I want to add associations with devise I have user, product and comment model. def index @products = Product.all end
def show @product = Product.find(params[