diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md index 0f1f079bdb486438703d63749b39a9754ae6d699..350593cc81316ad0051b17cd740e379f29aee6fe 100644 --- a/doc/development/feature_flags.md +++ b/doc/development/feature_flags.md @@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows: ```ruby 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). +