4 lines
65 B
Ruby
4 lines
65 B
Ruby
class MOdrProductCat < ApplicationRecord
|
|
belongs_to :m_odr
|
|
end
|
class MOdrProductCat < ApplicationRecord
|
|
belongs_to :m_odr
|
|
end
|