aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/recipe.rb
blob: c3872306035c2eebba6117250952ca7965714e21 (plain) (blame)
1
2
3
class Recipe < ActiveRecord::Base
  belongs_to :chef
end