Module: HasEnvironmentScope

Extended by:
ActiveSupport::Concern
Included in:
Ci::GroupVariable, Ci::Variable, Clusters::Cluster, Operations::FeatureFlags::Scope
Defined in:
app/models/concerns/has_environment_scope.rb

Instance Method Summary collapse

Instance Method Details

#environment_scope=(new_environment_scope) ⇒ Object



83
84
85
# File 'app/models/concerns/has_environment_scope.rb', line 83

def environment_scope=(new_environment_scope)
  super(new_environment_scope.to_s.strip)
end