class Rails::Command::DbconsoleCommand

:nodoc:

def perform

def perform
  boot_application!
  Rails::DBConsole.start(options)
end