From d240364398b5c74ef95b7516d3b4967755582a3a Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Tue, 23 Oct 2018 23:38:17 +0000 Subject: Add instructions on how to enable a feature flag --- doc/development/feature_flags.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md index 0f1f079bdb4..350593cc813 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). + -- cgit v1.2.1