lib/rancher/api/models/project.rb in rancher-api-0.3.0 vs lib/rancher/api/models/project.rb in rancher-api-0.3.1
- old
+ new
@@ -3,8 +3,9 @@
class Project
include Her::Model
has_many :machines
has_many :environments
+ has_many :services
end
end
end