parsley/app/models/recipe_ingredient.rb
2016-01-12 18:43:00 -06:00

7 lines
96 B
Ruby

class RecipeIngredient < ActiveRecord::Base
belongs_to :ingredient
belongs_to :recipe
end