aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2012-09-16 23:35:06 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:55:17 -0400
commitfd56c3a72e261c7c5432f3ee040c8cb5091fe4f1 (patch)
tree32d937a49db4e9b7fe7c747766cf3d4a6e933d1a /guides/source/association_basics.md
parent05b4d59a8d6657b5976b12a16984d877f67d2306 (diff)
downloadrails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.tar.gz
rails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.tar.bz2
rails-fd56c3a72e261c7c5432f3ee040c8cb5091fe4f1.zip
Fix broken and duplicate headings
Diffstat (limited to 'guides/source/association_basics.md')
-rw-r--r--guides/source/association_basics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 6a2c58fe8e..dbf18b511c 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -1022,7 +1022,7 @@ The `:source_type` option specifies the source association type for a `has_one :
##### `:through`
-The `:through` option specifies a join model through which to perform the query. `has_one :through` associations were discussed in detail <a href="#the-has_one-through-association">earlier in this guide</a>.
+The `:through` option specifies a join model through which to perform the query. `has_one :through` associations were discussed in detail <a href="#the-has-one-through-association">earlier in this guide</a>.
##### `:validate`
@@ -1367,7 +1367,7 @@ The `:source_type` option specifies the source association type for a `has_many
##### `:through`
-The `:through` option specifies a join model through which to perform the query. `has_many :through` associations provide a way to implement many-to-many relationships, as discussed <a href="#the-has_many-through-association">earlier in this guide</a>.
+The `:through` option specifies a join model through which to perform the query. `has_many :through` associations provide a way to implement many-to-many relationships, as discussed <a href="#the-has-many-through-association">earlier in this guide</a>.
##### `:validate`