mirror of
https://github.com/github/rails.git
synced 2026-01-28 07:48:00 -05:00
Fixed that flash wasnt being cleared after components refactoring yesterday
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -143,8 +143,8 @@ module ActionController #:nodoc:
|
||||
end
|
||||
|
||||
def process_cleanup_with_flash
|
||||
process_cleanup_without_flash
|
||||
flash.sweep
|
||||
process_cleanup_without_flash
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Reference in New Issue
Block a user