Class: DbGui

Inherits:
Object
  • Object
show all
Defined in:
app/db-gui.rb,
app/db_gui/model/db_config.rb,
app/db_gui/view/db_config_form.rb,
app/db_gui/view/db_command_form.rb,
app/db_gui/view/db_gui_application.rb,
app/db_gui/presenter/db_gui_presenter.rb

Defined Under Namespace

Modules: Model, Presenter, View

Constant Summary collapse

APP_ROOT =
File.expand_path('../..', __FILE__)
VERSION =
File.read(File.join(APP_ROOT, 'VERSION'))
LICENSE =
File.read(File.join(APP_ROOT, 'LICENSE.txt'))