Sha256: 7110b0e8d1dc7dfb311afc7907ee85982da33fa4c07ea6424ec42344214df2b2
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true 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 & 2 rubygems