class Rails::Command::DbconsoleCommand

def perform

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