class Rails::Command::ConsoleCommand

def perform

def perform
  boot_application!
  Rails::Console.start(Rails.application, options)
end