Class: Combustion::Databases::Firebird

Inherits:
Base
  • Object
show all
Defined in:
lib/combustion/databases/firebird.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Combustion::Databases::Base

Instance Method Details

#resetObject



4
5
6
7
# File 'lib/combustion/databases/firebird.rb', line 4

def reset
  establish_connection Rails.env.to_sym
  connection.recreate_database!
end