module Blacklight def self.connection_config @connection_config ||= begin raise "The #{::Rails.env} environment settings were not found in the blacklight.yml config" unless blacklight_yml[::Rails.env] blacklight_yml[::Rails.env].symbolize_keys end end end