5 lines
90 B
Ruby
5 lines
90 B
Ruby
class PProductNutri < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :p_nutri
|
|
end
|