Add ProjectFeature check for feature flag
This will allow an explicitly-disabled feature flag to override a feature being available for a project. As an extreme example, we could quickly disable issues across all projects at runtime by running `Feature.disable(:issues)`.
Showing
Please register or sign in to comment