forgot to init super
which caused the fake_mem to be nil
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user