Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes deprecation in rails 6.1: "primary"` has been deprecated as the `connection_specification_name` for `ActiveRecord::Base` in favor of using `"ActiveRecord::Base"`. This change affects calls to `ActiveRecord::Base.connection_handler.retrieve_connection` and `ActiveRecord::Base.connection_han dler.remove_connection`. If you're calling these methods with `"primary"`, please switch to `"ActiveRecord::Base".
- Loading branch information