5 lines
90 B
Ruby
5 lines
90 B
Ruby
class PProductArome < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :p_arome
|
|
end
|