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