Commit d2403643 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Evan Read

Add instructions on how to enable a feature flag

parent e8a43e77
......@@ -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).
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