aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_controller_overview.textile
diff options
context:
space:
mode:
authorJoseph Pecoraro <joepeck02@gmail.com>2009-05-30 00:49:25 -0400
committerJoseph Pecoraro <joepeck02@gmail.com>2009-05-30 00:49:25 -0400
commitc9d7affd8c5da5326eeed9df86ea5b46dc02faa7 (patch)
tree309f77c76a1bc8e350dc18c7e2e283dbd87a074f /railties/guides/source/action_controller_overview.textile
parentdd888c9603972146eb57c90235f856ea91037d0b (diff)
downloadrails-c9d7affd8c5da5326eeed9df86ea5b46dc02faa7.tar.gz
rails-c9d7affd8c5da5326eeed9df86ea5b46dc02faa7.tar.bz2
rails-c9d7affd8c5da5326eeed9df86ea5b46dc02faa7.zip
Link titles are generally capitalized.
Diffstat (limited to 'railties/guides/source/action_controller_overview.textile')
-rw-r--r--railties/guides/source/action_controller_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile
index 054ca99985..e9eb07ea7b 100644
--- a/railties/guides/source/action_controller_overview.textile
+++ b/railties/guides/source/action_controller_overview.textile
@@ -41,7 +41,7 @@ def new
end
</ruby>
-The "Layouts & rendering guide":layouts_and_rendering.html explains this in more detail.
+The "Layouts & Rendering Guide":layouts_and_rendering.html explains this in more detail.
+ApplicationController+ inherits from +ActionController::Base+, which defines a number of helpful methods. This guide will cover some of these, but if you're curious to see what's in there, you can see all of them in the API documentation or in the source itself.