5 lines
67 B
Ruby
5 lines
67 B
Ruby
class PProductCat < ActiveRecord::Base
|
|
has_many :p_products
|
|
|
|
end
|