From 263e9e468172b0f7ab6d048af260b0b50c2afa1c Mon Sep 17 00:00:00 2001
From: Aaron Huang <aaroms9733@gmail.com>
Date: Fri, 28 Nov 2014 01:34:33 +0800
Subject: [ci skip] Remove outdate note of :dependent

---
 guides/source/association_basics.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 61490ceb54..a12f5638e3 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -1532,8 +1532,6 @@ Controls what happens to the associated objects when their owner is destroyed:
 * `:restrict_with_exception` causes an exception to be raised if there are any associated records
 * `:restrict_with_error` causes an error to be added to the owner if there are any associated objects
 
-NOTE: This option is ignored when you use the `:through` option on the association.
-
 ##### `:foreign_key`
 
 By convention, Rails assumes that the column used to hold the foreign key on the other model is the name of this model with the suffix `_id` added. The `:foreign_key` option lets you set the name of the foreign key directly:
-- 
cgit v1.2.3