Commit 567c6b10 authored by Evan Read's avatar Evan Read

Merge branch 'docs-enable-feature-flag' into 'master'

Add instructions on how to enable a feature flag

Closes gitlab-org/release/framework#23

See merge request gitlab-org/gitlab-ce!22518
parents e8a43e77 d2403643
...@@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows: ...@@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows:
```ruby ```ruby
stub_feature_flags(my_feature_flag: false) stub_feature_flags(my_feature_flag: false)
``` ```
## Enabling a feature flag
Check how to [roll out changes using feature flags](rolling_out_changes_using_feature_flags.md).
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