Fix actionpack readme weblog example

This commit is contained in:
Alexey Vakhov
2012-02-18 12:02:59 +04:00
committed by Vijay Dev
parent 3b61efc4af
commit 168e6532d5

View File

@@ -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