Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...