Method: ActiveRecord::ConnectionAdapters::AbstractAdapter#close

Defined in:
lib/active_record/connection_adapters/abstract_adapter.rb

#closeObject

Check the connection back in to the connection pool



352
353
354
# File 'lib/active_record/connection_adapters/abstract_adapter.rb', line 352

def close
  pool.checkin self
end