aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/association_basics.md')
-rw-r--r--guides/source/association_basics.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md
index 2ffbacfebd..43d3b20165 100644
--- a/guides/source/association_basics.md
+++ b/guides/source/association_basics.md
@@ -1,7 +1,9 @@
Active Record Associations
==========================
-This guide covers the association features of Active Record. By referring to this guide, you will be able to:
+This guide covers the association features of Active Record.
+
+After reading this guide, you will know:
* Declare associations between Active Record models.
* Understand the various types of Active Record associations.