forgot to init super
which caused the fake_mem to be nil
This commit is contained in:
parent
6eba363fb8
commit
2ec9ee90f9
@ -24,6 +24,7 @@ module Parfait
|
|||||||
class Layout < List
|
class Layout < List
|
||||||
|
|
||||||
def initialize( object_class )
|
def initialize( object_class )
|
||||||
|
super()
|
||||||
@object_class = object_class
|
@object_class = object_class
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user