method
connection_pool
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::SessionStore::SqlBypass
connection_pool()public
No documentation available.
# File activerecord/lib/active_record/session_store.rb, line 215
def connection_pool
@connection_pool ||= ActiveRecord::Base.connection_pool
end