class ActiveRecord::DatabaseConfigurations::HashConfig

def checkout_timeout

def checkout_timeout
  (configuration_hash[:checkout_timeout] || 5).to_f
end