7 lines
96 B
Ruby
7 lines
96 B
Ruby
![]() |
class Recipe < ActiveRecord::Base
|
||
|
|
||
|
has_many :recipe_ingredients
|
||
|
has_many :recipe_steps
|
||
|
|
||
|
end
|