Sha256: 0459e74d271a25ca7f58b8be1f0684262270f768e126f0579eb2d740b5f850cc

Contents?: true

Size: 94 Bytes

Versions: 25

Compression:

Stored size: 94 Bytes

Contents

class Cat < ActiveRecord::Base
  # STI base class
  self.inheritance_column = 'cat_type'
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
has_many_polymorphs-2.2 test/models/cat.rb
has_many_polymorphs-2.9 test/models/cat.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/models/cat.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/models/cat.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/models/cat.rb