7 lines
96 B
Ruby
7 lines
96 B
Ruby
![]() |
class RecipeIngredient < ActiveRecord::Base
|
||
|
|
||
|
belongs_to :ingredient
|
||
|
belongs_to :recipe
|
||
|
|
||
|
end
|