# frozen_string_literal: true # ProductCart # quantity: integer class ProductCart < ApplicationRecord belongs_to :cart belongs_to :product end