Module: FeatureGate
Instance Method Summary collapse
Instance Method Details
#flipper_id ⇒ Object
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 |
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 |