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
Adam Milligan 54a5446641 HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.
[#1642 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-06-12 13:52:51 -07:00
..
association_collection.rb Implement #many? for NamedScope and AssociationCollection using #size [#1500 state:resolved] 2009-05-17 18:56:06 +02:00
association_proxy.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
belongs_to_association.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
belongs_to_polymorphic_association.rb Fix file permissions 2008-07-31 16:36:23 -05:00
has_and_belongs_to_many_association.rb Fixed that autosave should validate associations even if master is invalid [#1930 status:committed] 2009-02-27 13:50:24 +01:00
has_many_association.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
has_many_through_association.rb HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation. 2009-06-12 13:52:51 -07:00
has_one_association.rb HasOneAssociation inherits AssociationProxy since it shares nothing with BelongsToAssociation. 2009-06-12 13:45:25 -07:00
has_one_through_association.rb HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation. 2009-06-12 13:52:51 -07:00
through_association_scope.rb HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation. 2009-06-12 13:52:51 -07:00