small preparations
This commit is contained in:
parent
ef60cbdc45
commit
ef1235d3e8
@ -43,6 +43,5 @@ class ClassView < ListView
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
class ElementView
|
class ElementView
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
|
@element = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -3,7 +3,7 @@ require "element_view"
|
|||||||
class ListView < ElementView
|
class ListView < ElementView
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
|
@elements = []
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user