Method: Rollout#activate

Defined in:
lib/rollout.rb

#activate(feature) ⇒ Object


30
31
32
33
34
# File 'lib/rollout.rb', line 30

def activate(feature)
  with_feature(feature) do |f|
    f.percentage = 100
  end
end