Commit a4ec5ec5 authored by Adam Cohen's avatar Adam Cohen Committed by Matthias Käppler

Add docs for selectively enabling feature actors

parent be1a0c21
......@@ -364,6 +364,8 @@ Feature.enabled?(:feature_flag, group)
Feature.enabled?(:feature_flag, user)
```
Please see [Feature flag controls](controls.md#process) for more details on working with feature flags.
#### Selectively disable by actor
By default you cannot selectively disable a feature flag by actor.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment