Exception: ActiveRecord::ConnectionNotEstablished

Inherits:
ActiveRecordError show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

Raised when connection to the database could not been established (for example when connection= is given a nil object).

Direct Known Subclasses

ConnectionTimeoutError