Class: Rails::Command::DbconsoleCommand

Inherits:
Base
  • Object
show all
Includes:
EnvironmentArgument
Defined in:
railties/lib/rails/commands/dbconsole/dbconsole_command.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from EnvironmentArgument

#initialize

Methods included from ActiveSupport::Concern

#append_features, #class_methods, extended, #included, #prepend_features, #prepended

Methods inherited from Base

banner, base_name, class_usage, command_name, default_command_root, desc, engine?, executable, exit_on_failure?, help, hide_command!, inherited, namespace, perform, printing_commands, usage_path

Methods included from Actions

#boot_application!, #load_environment_config!, #load_generators, #load_tasks, #require_application!, #set_application_directory!

Instance Method Details

#performObject



91
92
93
94
# File 'railties/lib/rails/commands/dbconsole/dbconsole_command.rb', line 91

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