class ActiveRecord::DatabaseConfigurations::UrlConfig
def to_boolean!(configuration_hash, key)
def to_boolean!(configuration_hash, key) if configuration_hash[key].is_a?(String) configuration_hash[key] = configuration_hash[key] != "false" end end
def to_boolean!(configuration_hash, key) if configuration_hash[key].is_a?(String) configuration_hash[key] = configuration_hash[key] != "false" end end