1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix wrong action name [#134]

This commit is contained in:
eparreno 2010-05-12 23:15:07 +02:00
parent bcccf924af
commit 79e5e79b0d

View file

@ -57,7 +57,7 @@ class ProductsController < ActionController
end
def create
expire_page :action => :list
expire_page :action => :index
end
end