lib/rancher/api/models/host.rb in rancher-api-0.3.7 vs lib/rancher/api/models/host.rb in rancher-api-0.3.8

- old
+ new

@@ -3,8 +3,9 @@ class Host include ::Her::Model belongs_to :machine has_many :instances + has_many :ipaddresses end end end