qi6_app/app/models/p_product_cat.rb
2019-05-17 12:30:45 +02:00

5 lines
66 B
Ruby

class PProductCat < ApplicationRecord
has_many :p_products
end