method

reset_session_with_flash

reset_session_with_flash()
protected

No documentation available.

# File actionpack/lib/action_controller/flash.rb, line 158
        def reset_session_with_flash
          reset_session_without_flash
          remove_instance_variable(:@_flash) if defined? @_flash
        end