lib/rancher/api/models/environment.rb in rancher-api-0.4.0 vs lib/rancher/api/models/environment.rb in rancher-api-0.5.0
- old
+ new
@@ -1,9 +1,10 @@
# These are 'Stacks' in the UI
module Rancher
module Api
class Environment
- include ::Her::Model
+ include Her::Model
+ include Helpers::Model
belongs_to :project
has_many :services
end
end