Fix warning in AC flash

This commit is contained in:
Joshua Peek 2009-12-14 15:54:27 -06:00
parent 2130566acf
commit 1c52bca266
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ module ActionController #:nodoc:
protected
def process_action(method_name)
@_flash = nil
super
@_flash.store(session) if @_flash
@_flash = nil