Commit fa514cd5 authored by Sam Beckham's avatar Sam Beckham Committed by Achilleas Pipinellis

Adds the command for disabling a feature flag

parent 7a6fee09
...@@ -129,3 +129,9 @@ In the rails console (`rails c`), enter the following command to enable your fea ...@@ -129,3 +129,9 @@ In the rails console (`rails c`), enter the following command to enable your fea
```ruby ```ruby
Feature.enable(:feature_flag_name) Feature.enable(:feature_flag_name)
``` ```
Similarly, the following command will disable a feature flag:
```ruby
Feature.disable(:feature_flag_name)
```
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