Flowdock
method

reset_session_with_flash

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Flash::InstanceMethods
reset_session_with_flash() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/flash.rb, line 139
        def reset_session_with_flash
          reset_session_without_flash
          remove_instance_variable(:@_flash)
          flash(:refresh)
        end
Register or log in to add new notes.