diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:27:09 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-29 05:27:09 -0800 |
commit | 87b5d53e2f99d87efd8ff1d5e33db6a91dd7771c (patch) | |
tree | d394705f8d77d9e819a1005f9633b14e37b22446 /guides | |
parent | 5ea8a41cdde71a7ed69340b857b391633e8d04b9 (diff) | |
download | rails-87b5d53e2f99d87efd8ff1d5e33db6a91dd7771c.tar.gz rails-87b5d53e2f99d87efd8ff1d5e33db6a91dd7771c.tar.bz2 rails-87b5d53e2f99d87efd8ff1d5e33db6a91dd7771c.zip |
Associations: s/A Guide//
It's obvious that this is a guide, and none of the other guides say 'A Guide to'.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/association_basics.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md index dcba0d38ae..2ffbacfebd 100644 --- a/guides/source/association_basics.md +++ b/guides/source/association_basics.md @@ -1,5 +1,5 @@ -A Guide to Active Record Associations -===================================== +Active Record Associations +========================== This guide covers the association features of Active Record. By referring to this guide, you will be able to: |