5 lines
98 B
Ruby
5 lines
98 B
Ruby
class PProductIngredient < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :ingredient
|
|
end
|