Sha256: 426d2dfa20cd3031a37cc4360dc0397daa2db9abb01e65702d6910b1b9b21b3a
Contents?: true
Size: 258 Bytes
Versions: 12
Compression:
Stored size: 258 Bytes
Contents
class Combustion::Database::Reset def call configuration = resettable_db_configs[Rails.env] adapter = configuration["adapter"] || configuration["url"].split("://").first operator_class(adapter).new(configuration).reset end end
Version data entries
12 entries across 12 versions & 1 rubygems