From d16a1b9e8b2e94649c42e4320881e84add9ec89d Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 29 Nov 2012 14:25:02 -0800 Subject: Normalize on 'After reading this guide, you will know:' We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. --- guides/source/active_record_basics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guides/source/active_record_basics.md') diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index a5c088dde4..cb64cf39f3 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -1,7 +1,9 @@ Active Record Basics ==================== -This guide is an introduction to Active Record. After reading this guide we hope that you'll learn: +This guide is an introduction to Active Record. + +After reading this guide, you will know: * What Object Relational Mapping and Active Record are and how they are used in Rails. * How Active Record fits into the Model-View-Controller paradigm. -- cgit v1.2.3