Sha256: 60f0328a38e1ca9d5217fca524d538d947e5ba9685aa82e961d8263b0d46e510
Contents?: true
Size: 184 Bytes
Versions: 6
Compression:
Stored size: 184 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
6 entries across 6 versions & 1 rubygems