parsley/app/models/recipe.rb

7 lines
96 B
Ruby
Raw Normal View History

2016-01-12 18:43:00 -06:00
class Recipe < ActiveRecord::Base
has_many :recipe_ingredients
has_many :recipe_steps
end