Sha256: a6a7195578f65f119e75eab86a99de1d9868c62a2c239ad995bf9136468711c8

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

class Parentship

  belongs_to :parent,
     :foreign_key => "parent_id",
     :class_name => "Person"
     # called from line 57

  belongs_to :kid,
     :foreign_type => "child_type",
     :polymorphic => true
     # 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/parentship.rb