method

new

new(options = {})
public

No documentation available.

# File railties/lib/rails/commands/dbconsole/dbconsole_command.rb, line 12
    def initialize(options = {})
      @options = options
      @options[:environment] ||= Rails::Command.environment
    end