• Robert Speicher's avatar
    Add ProjectFeature check for feature flag · 93946788
    Robert Speicher authored
    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)`.
    93946788
project_feature.rb 3.34 KB