Skip to content

Commit

Permalink
fix wrong action name [#134]
Browse files Browse the repository at this point in the history
  • Loading branch information
eparreno committed May 12, 2010
1 parent bcccf92 commit 79e5e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/caching_with_rails.textile
Expand Up @@ -57,7 +57,7 @@ class ProductsController < ActionController
end

def create
expire_page :action => :list
expire_page :action => :index
end

end
Expand Down

0 comments on commit 79e5e79

Please sign in to comment.