mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Be sure to call super
This commit is contained in:
@@ -11,6 +11,7 @@ module ActionController
|
||||
|
||||
class SessionHash < Hash
|
||||
def initialize(by, env)
|
||||
super()
|
||||
@by = by
|
||||
@env = env
|
||||
@loaded = false
|
||||
|
||||
Reference in New Issue
Block a user