aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Roes <jroes@jroes.net>2013-04-04 14:18:58 -0300
committerJonathan Roes <jroes@jroes.net>2013-04-04 14:18:58 -0300
commit08d651693654f89fe60b9ad3e7eca568a3081e64 (patch)
treeb146be7cd060c111a8f4d4b51ff1bfd823cc7564
parent567ea4ba29074079a05ba327c2d78e4a68eb3882 (diff)
downloadrails-08d651693654f89fe60b9ad3e7eca568a3081e64.tar.gz
rails-08d651693654f89fe60b9ad3e7eca568a3081e64.tar.bz2
rails-08d651693654f89fe60b9ad3e7eca568a3081e64.zip
Add Action View Overview to guides listing.
-rw-r--r--guides/source/documents.yaml4
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.