Module: ChronoModel::Patches::DBConsole::Config

Defined in:
lib/chrono_model/patches/db_console.rb

Instance Method Summary collapse

Instance Method Details

#configObject



7
8
9
# File 'lib/chrono_model/patches/db_console.rb', line 7

def config
  super.dup.tap { |config| config['adapter'] = 'postgresql/chronomodel' }
end