5 lines
94 B
Ruby
5 lines
94 B
Ruby
class PProductOrigine < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :p_origine
|
|
end
|