module Apartment::Database

def config

def config
  @config ||= Rails.configuration.database_configuration[Rails.env].symbolize_keys
end