Module: ChronoModel::Patches::DBConsole

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

Instance Method Summary collapse

Instance Method Details

#configObject



5
6
7
# File 'lib/chrono_model/patches/db_console.rb', line 5

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