class ActiveRecord::DatabaseConfigurations::HashConfig

def initialize(env_name, name, configuration_hash)

def initialize(env_name, name, configuration_hash)
  super(env_name, name)
  @configuration_hash = configuration_hash.symbolize_keys.freeze
end