mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add Action View Overview to guides listing.
This commit is contained in:
parent
567ea4ba29
commit
08d6516936
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
-
|
-
|
||||||
name: Views
|
name: Views
|
||||||
documents:
|
documents:
|
||||||
|
-
|
||||||
|
name: Action View Overview
|
||||||
|
url: action_view_overview.html
|
||||||
|
description: This guide provides an introduction to Action View and introduces a few of the more common view helpers.
|
||||||
-
|
-
|
||||||
name: Layouts and Rendering in Rails
|
name: Layouts and Rendering in Rails
|
||||||
url: layouts_and_rendering.html
|
url: layouts_and_rendering.html
|
||||||
|
|
Loading…
Reference in a new issue