Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsyncRecord follows ActiveRecord API with regard to after_commit callbacks. This API has changed over releases we still support (4, 5, 6). Some of AsyncRecord record methods will not be called in some ActiveRecord versions, yet mutant expects to remove those. Introducing release-specific AsyncRecord class could have been the solution but there will still be dead code from mutant perspective, that is all classes not needed under current ActiveRecord version. It does not seem to be the hill worth dying on.
- Loading branch information