lib/rancher/api/models/project.rb in rancher-api-0.5.2 vs lib/rancher/api/models/project.rb in rancher-api-0.6.0

- old
+ new

@@ -4,9 +4,10 @@ class Project include Her::Model include Helpers::Model has_many :machines + has_many :hosts has_many :environments has_many :services class << self def find_by_name(name:)