aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-07-31 06:41:47 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-07-31 06:41:47 -0700
commitc10202208982bfa02ffd16d1614992228391d781 (patch)
treeb055178c8fabd48bf71996d6f2380b4e320df431 /activerecord
parent0e3c66691af35fb59b1a0e91f0f1cfa00a7b9537 (diff)
parent7dae39a743c4592cfce31152d501d1d2f30bb55c (diff)
downloadrails-c10202208982bfa02ffd16d1614992228391d781.tar.gz
rails-c10202208982bfa02ffd16d1614992228391d781.tar.bz2
rails-c10202208982bfa02ffd16d1614992228391d781.zip
Merge pull request #7212 from accessd/small-typo-fix
small fix typo in collection proxy
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/associations/collection_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb
index 49891f7675..ab6a4ed86c 100644
--- a/activerecord/lib/active_record/associations/collection_proxy.rb
+++ b/activerecord/lib/active_record/associations/collection_proxy.rb
@@ -346,7 +346,7 @@ module ActiveRecord
# :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 <tt>:dependent</tt>
# option. Returns an array with the deleted records.
#