Sha256: 25331c0d5a35f33ed0bd6299946703e985607bb91130fc47fc91bd116b815cd2

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

class PolymorphTest::SomeModel

  has_many_polymorphs :polymorphs,
     :from => [:fish]
     # called from line 57

  has_many_polymorphs :polymorphs,
     :from => [:dog,
     :cats]
     # called from line 57

  has_many_polymorphs :polymorph,
     :from => [:dogs,
     :cats]
     # called from line 57

  acts_as_double_polymorphic_join ,
     :unimorphs => [:dogs,
     :cats],
     :polymorph => [:dogs,
     :cats]
     # called from line 57

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_many_polymorphs-2.11 test/integration/app/generated_models/polymorph_test_some_model.rb