aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/chef.rb
blob: 67a4e54f061b20af72df8825a33a9bb12c6e4157 (plain) (tree)
1
2
3


                                           
class Chef < ActiveRecord::Base
  belongs_to :employable, polymorphic: true
end