From a852acf1583c8f1ef891dd57407d3f64526e13b4 Mon Sep 17 00:00:00 2001 From: Andrey Zaikin Date: Tue, 18 Nov 2008 11:11:44 +0500 Subject: [PATCH] fix argument name in fragments caching doc --- .../lib/action_controller/caching/fragments.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/actionpack/lib/action_controller/caching/fragments.rb b/actionpack/lib/action_controller/caching/fragments.rb index 31cbe27..cbba31e 100644 --- a/actionpack/lib/action_controller/caching/fragments.rb +++ b/actionpack/lib/action_controller/caching/fragments.rb @@ -83,7 +83,7 @@ module ActionController #:nodoc: end end - # Name can take one of three forms: + # Key can take one of three forms: # * String: This would normally take the form of a path like "pages/45/notes" # * Hash: Is treated as an implicit call to url_for, like { :controller => "pages", :action => "notes", :id => 45 } # * Regexp: Will destroy all the matched fragments, example: -- 1.5.6.4