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