Commit 25263e5b authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'add-details-for-selectively-enabling-feature-actors' into 'master'

Add docs for selectively enabling feature actors

See merge request gitlab-org/gitlab!64508
parents 017db4fa a4ec5ec5
......@@ -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