mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Call super here to allow SessionHash initialize new stuff for us
This commit is contained in:
@@ -210,7 +210,7 @@ module ActionController
|
||||
DEFAULT_OPTIONS = Rack::Session::Abstract::ID::DEFAULT_OPTIONS
|
||||
|
||||
def initialize(session = {})
|
||||
@env, @by = nil, nil
|
||||
super(nil, nil)
|
||||
replace(session.stringify_keys)
|
||||
@loaded = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user