cd9592959f
51660f0191
b334bc93c6
1 2
3
4
5 6 7 8
class Chef < ActiveRecord::Base belongs_to :employable, polymorphic: true has_many :recipes end class ChefList < Chef belongs_to :employable_list, polymorphic: true end