Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine ActiveRecord::Base instead of Object
Don't refine classes that it isn't necessary. As a technical issue, overriding Object#dup causes a problem of stopping `ActiveRecord::Base.establish_connection` in Ruby 3.0. I will try to continue to investigate this issue.
- Loading branch information