lib/rancher/api/models/project.rb in rancher-api-0.2.0 vs lib/rancher/api/models/project.rb in rancher-api-0.3.0

- old
+ new

@@ -2,8 +2,9 @@ module Api class Project include Her::Model has_many :machines + has_many :environments end end end