parsley/app/models/recipe_ingredient.rb

7 lines
96 B
Ruby
Raw Normal View History

2016-01-12 18:43:00 -06:00
class RecipeIngredient < ActiveRecord::Base
belongs_to :ingredient
belongs_to :recipe
end