aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/caching_with_rails.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-04-03 15:52:16 +0200
committerXavier Noria <fxn@hashref.com>2009-04-03 15:52:16 +0200
commit9488d583eea3b1301761afc5229c6d2e8caffd0d (patch)
tree16e5f13a8bbb1438d9a7555c39bb61f2eadf241c /railties/guides/source/caching_with_rails.textile
parent2e601d8da7cdd0712526dbf1c1346f6e19830538 (diff)
downloadrails-9488d583eea3b1301761afc5229c6d2e8caffd0d.tar.gz
rails-9488d583eea3b1301761afc5229c6d2e8caffd0d.tar.bz2
rails-9488d583eea3b1301761afc5229c6d2e8caffd0d.zip
list -> index
Diffstat (limited to 'railties/guides/source/caching_with_rails.textile')
-rw-r--r--railties/guides/source/caching_with_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/caching_with_rails.textile b/railties/guides/source/caching_with_rails.textile
index 10392ba6c6..5adb27b0fe 100644
--- a/railties/guides/source/caching_with_rails.textile
+++ b/railties/guides/source/caching_with_rails.textile
@@ -42,7 +42,7 @@ the webserver is literally just serving a file from the filesystem, cache
expiration is an issue that needs to be dealt with.
So, how do you enable this super-fast cache behavior? Simple, let's say you
-have a controller called +ProductsController+ and a +list+ action that lists all
+have a controller called +ProductsController+ and an +index+ action that lists all
the products
<ruby>