Module: PoolLint::Hooks::CheckinHook
- Defined in:
- lib/poollint/hooks/checkin_hook.rb
Class Method Summary collapse
-
.call(connection) ⇒ Object
Active Record invokes this while holding the pool mutex.
Class Method Details
.call(connection) ⇒ Object
Active Record invokes this while holding the pool mutex. This inspection point is intended for tests and controlled environments, not production.
10 11 12 |
# File 'lib/poollint/hooks/checkin_hook.rb', line 10 def call(connection) InspectionRunner.call(connection, :checkin) end |