Sha256: 8c2ff5f5017aad700ed5738c4652e2c18448cc81cfd14a0d64553676850caa3d
Contents?: true
Size: 176 Bytes
Versions: 8
Compression:
Stored size: 176 Bytes
Contents
class Chef < ActiveRecord::Base belongs_to :employable, polymorphic: true has_many :recipes end class ChefList < Chef belongs_to :employable_list, polymorphic: true end
Version data entries
8 entries across 8 versions & 1 rubygems