Exception: ActiveRecord::ConnectionNotEstablished
- Inherits:
-
ActiveRecordError
- Object
- StandardError
- ActiveRecordError
- ActiveRecord::ConnectionNotEstablished
- Defined in:
- lib/active_record/errors.rb
Overview
Raised when connection to the database could not been established (for example when ActiveRecord::Base.connection= is given a nil
object).