From 9488d583eea3b1301761afc5229c6d2e8caffd0d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 3 Apr 2009 15:52:16 +0200 Subject: list -> index --- railties/guides/source/caching_with_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') 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 -- cgit v1.2.3