I\'m using active_delegate for multiple connection in Rails. Here I\'m using mysql as master_database for some models,and postgresql for some other models.
Problem i
Another way:
class Abc < ActiveRecord::Base establish_connection Rails.configuration.database_configuration["test"] end