diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-15 19:28:03 +0200 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-15 19:28:03 +0200 |
commit | 42707dba12a447ccd812056aef2230d6ef4e4af8 (patch) | |
tree | 91052ac71919ba887f27a6cc7c3ff361b3c380b1 /guides/source | |
parent | c1a661479ef75dac5afa2414413e1538ca72a19d (diff) | |
download | rails-42707dba12a447ccd812056aef2230d6ef4e4af8.tar.gz rails-42707dba12a447ccd812056aef2230d6ef4e4af8.tar.bz2 rails-42707dba12a447ccd812056aef2230d6ef4e4af8.zip |
Update table of contents as a result of #bf63c4971d73e80739c9f2619a9fa0dfb2223435
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/action_view_overview.md | 4 |
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 -------------------------------------------------------------------------------- |