1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[layout/rendering guide] remove redundant wording

This commit is contained in:
Weston Platter 2013-04-03 23:48:06 -05:00
parent 64d8cdee31
commit 5282a8243a

View file

@ -1,9 +1,7 @@
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:
This guide covers the basic layout features of Action Controller and Action View. After reading this guide, you will know:
* How to use the various rendering methods built into Rails.
* How to create layouts with multiple content sections.