1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
2007-08-28 23:18:57 +00:00
..
association_collection.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
association_proxy.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
belongs_to_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
belongs_to_polymorphic_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
has_and_belongs_to_many_association.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
has_many_association.rb Don't clobber :includes passed to count on has_many association. Closes #9175 [danger] 2007-08-16 04:37:31 +00:00
has_many_through_association.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00
has_one_association.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00