aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/recipe.rb
blob: 8f81807340d7be69b8a57936cb9bcbb7c39a0e60 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Recipe < ActiveRecord::Base
  belongs_to :chef
end