How can I make a has_many through work with multiple database connections?
I have a database named \"master\" that holds the location information. That is updated fro
The answer works for me, but I use this version in my relation table:
self.table_name = "master.locations"