aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README.rdoc
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-02-18 12:02:59 +0400
committerVijay Dev <vijaydev.cse@gmail.com>2012-02-18 22:21:27 +0530
commit168e6532d52e372cd87941fa15d5c33262b3c73c (patch)
tree9694608e193ac096053c738f0f519cde422ff514 /actionpack/README.rdoc
parent3b61efc4af1b4af6ceec45f2e0999746335e9ffa (diff)
downloadrails-168e6532d52e372cd87941fa15d5c33262b3c73c.tar.gz
rails-168e6532d52e372cd87941fa15d5c33262b3c73c.tar.bz2
rails-168e6532d52e372cd87941fa15d5c33262b3c73c.zip
Fix actionpack readme weblog example
Diffstat (limited to 'actionpack/README.rdoc')
-rw-r--r--actionpack/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 95301c21ee..185439f363 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