Fix SQLiteBackupsJob to work with AR::Tenanted v0.5.0

ref: https://github.com/basecamp/activerecord-tenanted/pull/215
This commit is contained in:
Mike Dalessio
2025-10-13 08:47:16 -04:00
parent 0e0103c492
commit 63458ceb87
+1 -1
View File
@@ -92,7 +92,7 @@ class SQLiteBackupsJob < ApplicationJob
end
def db_path(tenant)
db_config.database_path
db_config.config_adapter.database_path
end
def db_config