Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ActionDispatch::Request

Public Instance Methods

reset_session() click to toggle source
# File lib/devise/rails/warden_compat.rb, line 103
def reset_session
  session.destroy if session && session.respond_to?(:destroy)
  self.session = {}
  @env['action_dispatch.request.flash_hash'] = nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.