Be sure to call super

This commit is contained in:
Jeremy Kemper
2008-12-18 14:42:39 -08:00
parent a10e473b81
commit c81cd321d1

View File

@@ -11,6 +11,7 @@ module ActionController
class SessionHash < Hash
def initialize(by, env)
super()
@by = by
@env = env
@loaded = false