From 2fb1cdd0a5cfdac73d8152fd33bc8c1821ea9717 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 6 Mar 2013 03:56:36 +0900 Subject: Typppo --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 35e4eb19a4..5b6f885122 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1231,7 +1231,7 @@ module ActiveRecord # its owner is destroyed: # # * :destroy causes the associated object to also be destroyed - # * :delete causes the asssociated object to be deleted directly from the database (so callbacks will not execute) + # * :delete causes the associated object to be deleted directly from the database (so callbacks will not execute) # * :nullify causes the foreign key to be set to +NULL+. Callbacks are not executed. # * :restrict_with_exception causes an exception to be raised if there is an associated record # * :restrict_with_error causes an error to be added to the owner if there is an associated object -- cgit v1.2.3