...
| Code Block |
|---|
Feature.disable(:<feature flags>) |
To remove a feature, run:
| Code Block |
|---|
Feature.remove(:<feature flags>) |
Feature.enable and Feature.disable always return true, even if the application doesn't use the flag:
...
...
| Code Block |
|---|
Feature.disable(:<feature flags>) |
To remove a feature, run:
| Code Block |
|---|
Feature.remove(:<feature flags>) |
Feature.enable and Feature.disable always return true, even if the application doesn't use the flag:
...