diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-15 23:22:04 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-15 23:22:04 +0100 |
commit | 804a304065d04265957458bf27810bb7fb4e99e8 (patch) | |
tree | 444872d253de35255dd75891c53cebca5f01546e /railties/guides/source/association_basics.textile | |
parent | a19be732cd0dbdba8dec2014c25539dabd685dfc (diff) | |
download | rails-804a304065d04265957458bf27810bb7fb4e99e8.tar.gz rails-804a304065d04265957458bf27810bb7fb4e99e8.tar.bz2 rails-804a304065d04265957458bf27810bb7fb4e99e8.zip |
dasherize titles in a more predictable way, and update fragment identifiers accordingly
Diffstat (limited to 'railties/guides/source/association_basics.textile')
-rw-r--r-- | railties/guides/source/association_basics.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index 66f3fdd4fc..03e22bd6fe 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -952,7 +952,7 @@ The +:source_type+ option specifies the source association type for a +has_one : h6. :through -The +:through+ option specifies a join model through which to perform the query. +has_one :through+ associations were discussed in detail <a href="#thehas-onethrough-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>. h6. +:validate+ @@ -1323,7 +1323,7 @@ The +:source_type+ option specifies the source association type for a +has_many h6. +: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="#thehas-manythrough-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>. h6. +:uniq+ |