aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/recipe.rb
blob: e53f5c8fb1cdda29ccb0e009d6349b1471814714 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Recipe < ActiveRecord::Base
  belongs_to :chef
end