protected Method

InstanceMethods.reset_session_with_flash

There's no documentation for this item.

Source Code

# File action_controller/flash.rb, line 140
def reset_session_with_flash
  reset_session_without_flash
  remove_instance_variable(:@_flash)
  flash(:refresh)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.