method

new

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionNotEstablished
new(message = nil, connection_pool: nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/errors.rb, line 68
    def initialize(message = nil, connection_pool: nil)
      super(message, connection_pool: connection_pool)
    end
Register or log in to add new notes.