method
set_pool
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionNotEstablished
set_pool(connection_pool)public
No documentation available.
# File activerecord/lib/active_record/errors.rb, line 71
def set_pool(connection_pool)
unless @connection_pool
@connection_pool = connection_pool
end
self
end