Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid implicit
scoped_model.all
delegation in the validation (#52)
Validations are sometimes called in the deprecated leaking scoping rails/rails#35280 (e.g. `find_or_create_by` etc). To avoid that warning, we should not delegate to (implicit) `scoped_model.all`. Fixes #51.
- Loading branch information