aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-02-18 12:02:59 +0400
committerAlexey Vakhov <vakhov@gmail.com>2012-02-18 12:02:59 +0400
commit6bd8b663da37e3841b05502def1eb0a775ee36c1 (patch)
tree53f80f55209d191213646f689c22590895b18d4e /actionpack
parent774e2c4d9c7c0542e5806d3dc7c0db4cf4dbca7f (diff)
downloadrails-6bd8b663da37e3841b05502def1eb0a775ee36c1.tar.gz
rails-6bd8b663da37e3841b05502def1eb0a775ee36c1.tar.bz2
rails-6bd8b663da37e3841b05502def1eb0a775ee36c1.zip
Fix actionpack readme weblog example
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 076a93bbcd..1fdc57e14d 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -218,7 +218,7 @@ A short rundown of some of the major features:
def show
# the output of the method will be cached as
- # ActionController::Base.page_cache_directory + "/weblog/show/n.html"
+ # ActionController::Base.page_cache_directory + "/weblog/show.html"
# and the web server will pick it up without even hitting Rails
end