• Nick Thomas's avatar
    Rename some local variables from default_scope · 8c952067
    Nick Thomas authored
    `default_scope` is an AR-reserved word and we're introducing a cop to
    ban it, so this is a simple thing we can do to avoid a conflict. More
    generally, we should never have used this name, since overriding AR
    methods can have all sorts of pain.
    8c952067
feature_flag_scope_spec.rb 16.7 KB