Rename some local variables from default_scope
`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.
Showing
Please register or sign in to comment