From 6bd8b663da37e3841b05502def1eb0a775ee36c1 Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Sat, 18 Feb 2012 12:02:59 +0400 Subject: Fix actionpack readme weblog example --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 -- cgit v1.2.3