5 lines
66 B
Ruby
5 lines
66 B
Ruby
class PProductCat < ApplicationRecord
|
|
has_many :p_products
|
|
|
|
end
|