aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-15 19:28:03 +0200
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-11-15 19:28:03 +0200
commit42707dba12a447ccd812056aef2230d6ef4e4af8 (patch)
tree91052ac71919ba887f27a6cc7c3ff361b3c380b1 /guides/source/action_view_overview.md
parentc1a661479ef75dac5afa2414413e1538ca72a19d (diff)
downloadrails-42707dba12a447ccd812056aef2230d6ef4e4af8.tar.gz
rails-42707dba12a447ccd812056aef2230d6ef4e4af8.tar.bz2
rails-42707dba12a447ccd812056aef2230d6ef4e4af8.zip
Update table of contents as a result of #bf63c4971d73e80739c9f2619a9fa0dfb2223435
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 1803f02d3a..10e2d4aaaa 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -4,10 +4,10 @@ Action View Overview
In this guide you will learn:
* What Action View is, and how to use it with Rails
-* How to use Action View outside of Rails
* How best to use templates, partials, and layouts
-* What helpers are provided by Action View, and how to make your own
+* What helpers are provided by Action View and how to make your own
* How to use localized views
+* How to use Action View outside of Rails
--------------------------------------------------------------------------------