Sha256: 7caad8231860e1180d7ad0075bad50a4fefad563ebbb911cef44b59b5de7f2f2
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
class User has_one , selle # called from line 57 has_one , addres # called from line 57 has_many :citations_items, :extend => [], :dependent => :destroy, :conditions => nil, :as => :item, :class_name => "CitationsItem", :order => nil # called from line 57 has_many :citations, :source => :citation, :extend => [], :foreign_key => "citation_id", :limit => nil, :through => :citations_items, :group => nil, :conditions => nil, :offset => nil, :class_name => "Citation", :order => nil # 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/user.rb |