aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/chef.rb
blob: 698a52e045d93a7cad590dd09f7ac92e4b8333e2 (plain) (blame)
1
2
3
4
class Chef < ActiveRecord::Base
  belongs_to :employable, polymorphic: true
  has_many :recipes
end