mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix actionpack readme weblog example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user