Skip to content

Fix ActiveRecord::Base accesses in geo files

Simon Tomlinson requested to merge fix-geo-activerecord-base into master

What does this MR do and why?

Remove references to ActiveRecord::Base in geo files by explicitly choosing a database to connect to.

In every case, I chose the primary database since Geo doesn't yet support syncing a secondary database.

Resolves #350188 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Simon Tomlinson

Merge request reports