Sha256: c274b92d644311c04d9fa8fafa3ac30dcef46d7f8e047b78a27673cea99fbc28

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

class EatersFoodstuff

  belongs_to :foodstuff,
     :foreign_key => "foodstuff_id",
     :class_name => "Petfood"
     # called from line 57

  belongs_to :eater,
     :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/eaters_foodstuff.rb