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

7 lines
96 B
Ruby

class Recipe < ActiveRecord::Base
has_many :recipe_ingredients
has_many :recipe_steps
end