intra_app/app/models/p_product_cat.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

5 lines
67 B
Ruby

class PProductCat < ActiveRecord::Base
has_many :p_products
end