Skip to content

Avoid using the database in the Geo initializer

Stan Hu requested to merge sh-geo-avoid-db-initializer into master

Running bundle exec rake geo:db:migrate would cause the warning to show since ActiveRecord wasn't set up properly.

Merge request reports