From 168e6532d52e372cd87941fa15d5c33262b3c73c Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Sat, 18 Feb 2012 12:02:59 +0400 Subject: [PATCH] Fix actionpack readme weblog example --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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