I have two rails application base1 and base2.
base1 uses db1 and have multiple tenants inside this database, its using apartment gem.
base2 is single tenant application and has database db2 as primary, and also uses data from db1.
Now the problem is, base2 application established connection to db1 and i can get the data db1 data in public tenant in base2 application.
How to get data from different schemas of db1 in base2 application?