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/layouts_and_rendering.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source/layouts_and_rendering.md') diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 9ed01df590..394ef794d3 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -3,6 +3,8 @@ Layouts and Rendering in Rails This guide covers the basic layout features of Action Controller and Action View. By referring to this guide, you will be able to: +After reading this guide, you will know: + * Use the various rendering methods built into Rails. * Create layouts with multiple content sections. * Use partials to DRY up your views. -- cgit v1.2.3