diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/documents.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index c73bbeb90d..043f34fa25 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -36,6 +36,10 @@ name: Views 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 url: layouts_and_rendering.html description: This guide covers the basic layout features of Action Controller and Action View, including rendering and redirecting, using content_for blocks, and working with partials. |