From db25ca7ec446e4142097d6cc4d80c21ea426398d Mon Sep 17 00:00:00 2001 From: Accessd Date: Tue, 31 Jul 2012 18:10:41 +0400 Subject: [PATCH] fix ActiveRecord::Associations::CollectionProxy documentation --- activerecord/lib/active_record/associations/collection_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb index 2fb80fdc4c..89f24b2c43 100644 --- a/activerecord/lib/active_record/associations/collection_proxy.rb +++ b/activerecord/lib/active_record/associations/collection_proxy.rb @@ -346,7 +346,7 @@ class CollectionProxy < Relation # :call-seq: # delete_all() # - # Deletes all the records from the collection. For +has_many+ asssociations, + # Deletes all the records from the collection. For +has_many+ associations, # the deletion is done according to the strategy specified by the :dependent # option. Returns an array with the deleted records. # -- GitLab