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