Raised when a database connection pool is requested but has not been defined.
# File activerecord/lib/active_record/errors.rb, line 90 def initialize(message = nil, connection_name: nil, role: nil, shard: nil) super(message) @connection_name = connection_name @role = role @shard = shard end
ActiveRecord::ConnectionNotEstablished::new
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.