rails--rails/activerecord/lib/active_record/associations
Hongli Lai (Phusion) 1398db0128 Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
[#986 state:resolved]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-09-09 13:13:12 -07:00
..
association_collection.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
association_proxy.rb
belongs_to_association.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
belongs_to_polymorphic_association.rb
has_and_belongs_to_many_association.rb
has_many_association.rb
has_many_through_association.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
has_one_association.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
has_one_through_association.rb