Sha256: ef6fe16b7cb4a37a01eec3b1f1b779108721daff06283ac0c8bca4bebc3fa929
Contents?: true
Size: 217 Bytes
Versions: 4
Compression:
Stored size: 217 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ibm_db-5.5.0-x86-mingw32 | test/models/chef.rb |
ibm_db-5.4.1-x86-mingw32 | test/models/chef.rb |
ibm_db-5.4.0-x86-mingw32 | test/models/chef.rb |
ibm_db-5.3.2-x86-mingw32 | test/models/chef.rb |