aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:29:15 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:29:15 -0600
commit5e8263b687d9b97b326eb2b265dc0474fee969a9 (patch)
treebd3f06103f71143e6b6ba193e3f5776a146f25ba /railties
parentf04725f3ba39c9d9ecdf75cfc398705f1e22f824 (diff)
downloadrails-5e8263b687d9b97b326eb2b265dc0474fee969a9.tar.gz
rails-5e8263b687d9b97b326eb2b265dc0474fee969a9.tar.bz2
rails-5e8263b687d9b97b326eb2b265dc0474fee969a9.zip
Add link to the Layouts and Rendering guide to explain more on view templates
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 92606681da..2dd1b3f485 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -88,7 +88,9 @@ Action Controller is the component that manages the controllers in a Rails appli
h5. Action View
-Action View manages the views of your Rails application. It can create both HTML and XML output by default. Action View manages rendering templates, including nested and partial templates, and includes built-in AJAX support.
+Action View manages the views of your Rails application. It can create both HTML and XML output by default. Action View
+manages rendering templates, including nested and partial templates, and includes built-in AJAX support. View templates
+are covered in more detail in another guide called "Layouts and Rendering":http://edgeguides.rubyonrails.org/layouts_and_rendering.html.
h5. Action Dispatch