lib/testlab/node.rb in testlab-0.2.0 vs lib/testlab/node.rb in testlab-0.2.1
- old
+ new
@@ -41,9 +41,10 @@
has_many :networks, :class_name => 'TestLab::Network'
attribute :provider
attribute :config
attribute :components
+ attribute :route
def initialize(*args)
super(*args)