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:
parent
64d8cdee31
commit
5282a8243a
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue