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:
parent
bcccf924af
commit
79e5e79b0d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class ProductsController < ActionController
|
|||
end
|
||||
|
||||
def create
|
||||
expire_page :action => :list
|
||||
expire_page :action => :index
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue