Sha256: 9b4c15424d03a05124ebc3a2a1f11f7918573cfb22b0959fddfac69f9d7ea6b1
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
class Tabby has_many :eaters_foodstuffs, :extend => [Petfood::PetfoodEaterPolymorphicJoinAssociationExtension0], :dependent => :destroy, :conditions => "NULL IS NULL OR NULL != 'Snausages'", :as => :eater, :class_name => "EatersFoodstuff", :order => "NULL DESC" # called from line 57 has_many :foodstuffs_of_eaters, :source => :foodstuff, :extend => [Petfood::PetfoodEaterPolymorphicParentAssociationExtension0], :foreign_key => "foodstuff_id", :limit => nil, :through => :eaters_foodstuffs, :group => nil, :conditions => "petfoods.name IS NULL OR petfoods.name != 'Snausages'", :offset => nil, :class_name => "Petfood", :order => "petfoods.the_petfood_primary_key DESC" # 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/tabby.rb |