Module: FeatureGate

Included in:
Ci::Runner, Namespace, Project, User
Defined in:
app/models/concerns/feature_gate.rb

Instance Method Summary collapse

Instance Method Details

#flipper_idObject



4
5
6
7
8
# File 'app/models/concerns/feature_gate.rb', line 4

def flipper_id
  return if new_record?

  "#{self.class.name}:#{id}"
end