lib/rancher/api/models/environment.rb in rancher-api-0.3.1 vs lib/rancher/api/models/environment.rb in rancher-api-0.3.2
- old
+ new
@@ -2,8 +2,9 @@
module Api
class Environment
include ::Her::Model
belongs_to :project
+ has_many :services
end
end
end