Sha256: 66c4d279a01785dff3c8b2451b18813869fdacf9685f417a1299550b321134af
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true class Combustion::Databases::Firebird < Combustion::Databases::Base def reset establish_connection :test connection.recreate_database! end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
combustion-0.8.0 | lib/combustion/databases/firebird.rb |