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
2010-11-16 14:28:19 -08:00
..
association_collection.rb super automatically passes on the implicit block 2010-11-16 14:28:19 -08:00
association_proxy.rb removing space errors 2010-11-16 14:28:19 -08:00
belongs_to_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
belongs_to_polymorphic_association.rb
has_and_belongs_to_many_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
has_many_association.rb
has_many_through_association.rb Remove unused var 2010-11-14 15:34:07 -02:00
has_one_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
has_one_through_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
through_association_scope.rb