-
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