From 08d651693654f89fe60b9ad3e7eca568a3081e64 Mon Sep 17 00:00:00 2001 From: Jonathan Roes Date: Thu, 4 Apr 2013 14:18:58 -0300 Subject: [PATCH] Add Action View Overview to guides listing. --- guides/source/documents.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -35,6 +35,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