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

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/chef.rb
ibm_db-5.1.0-x86-mingw32 test/models/chef.rb
ibm_db-5.0.5-x86-mingw32 test/models/chef.rb
ibm_db-5.0.4-x86-mingw32 test/models/chef.rb
ibm_db-5.0.3-x86-mingw32 test/models/chef.rb
ibm_db-5.0.2-x86-mingw32 test/models/chef.rb